diff options
author | Keith Packard <keithp@keithp.com> | 2007-01-25 00:29:20 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-24 13:34:58 -0800 |
commit | b6b855932109b4bc3454f07bef8cb079d79ca369 (patch) | |
tree | f564ccbe6e3bf4288ff4abb291fb00bf6da54d2b /randr/randrstr.h | |
parent | 788cfce911793a26aed16f38f30678ecee82c873 (diff) |
Make Xinearama screen information reflect CRTC rotation.
Diffstat (limited to 'randr/randrstr.h')
-rw-r--r-- | randr/randrstr.h | 3 |
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 */ |