summaryrefslogtreecommitdiff
path: root/randr/randrstr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2007-01-25 00:29:20 +0800
committerEric Anholt <eric@anholt.net>2007-01-24 13:34:58 -0800
commitb6b855932109b4bc3454f07bef8cb079d79ca369 (patch)
treef564ccbe6e3bf4288ff4abb291fb00bf6da54d2b /randr/randrstr.h
parent788cfce911793a26aed16f38f30678ecee82c873 (diff)
Make Xinearama screen information reflect CRTC rotation.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r--randr/randrstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h
index 99022c313..505821269 100644
--- a/randr/randrstr.h
+++ b/randr/randrstr.h
@@ -549,6 +549,9 @@ Bool
RRCrtcSetRotations (RRCrtcPtr crtc,
Rotation rotations);
+void
+RRCrtcGetScanoutSize(RRCrtcPtr crtc, int *width, int *height);
+
/*
* Destroy a Crtc at shutdown
*/