diff options
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 */ |