summaryrefslogtreecommitdiff
path: root/randr/rrsdispatch.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-11-26 15:49:02 -0800
committerKeith Packard <keithp@keithp.com>2008-11-26 15:50:54 -0800
commitfc708394318ed92c612e2938b335c08c1ffebb28 (patch)
tree78e11167dca90269937092f8b78ad7a3a5815ddb /randr/rrsdispatch.c
parentf710ce269c020a39f58b2bfbd0fe5192a3279c72 (diff)
Add server support for RRGetScreenResourcesCurrent
This depends on randrproto 1.2.99.1 Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'randr/rrsdispatch.c')
-rw-r--r--randr/rrsdispatch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c
index 66a0e1677..5a6dab5bf 100644
--- a/randr/rrsdispatch.c
+++ b/randr/rrsdispatch.c
@@ -415,7 +415,8 @@ int (*SProcRandrVector[RRNumberRequests])(ClientPtr) = {
SProcRRGetCrtcGamma, /* 23 */
SProcRRSetCrtcGamma, /* 24 */
/* V1.3 additions */
- SProcRRSetCrtcTransform, /* 25 */
- SProcRRGetCrtcTransform, /* 26 */
+ SProcRRGetScreenResources, /* 25 GetScreenResourcesCurrent */
+ SProcRRSetCrtcTransform, /* 26 */
+ SProcRRGetCrtcTransform, /* 27 */
};