summaryrefslogtreecommitdiff
path: root/randr/rrcrtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'randr/rrcrtc.c')
-rw-r--r--randr/rrcrtc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c
index e64f03131..5f85bdfa5 100644
--- a/randr/rrcrtc.c
+++ b/randr/rrcrtc.c
@@ -1269,6 +1269,9 @@ ProcRRGetCrtcInfo(ClientPtr client)
}
}
+ if (pScrPriv->rrCrtcGet)
+ pScrPriv->rrCrtcGet(pScreen, crtc, &rep);
+
if (client->swapped) {
swaps(&rep.sequenceNumber);
swapl(&rep.length);