summaryrefslogtreecommitdiff
path: root/randr/rrsdispatch.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-10-25 09:48:23 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-10-25 09:48:23 -0700
commite21604914dccece6bc64c69b55512d1f1a969235 (patch)
tree82cae2b1cc1df0931e9ca42e978cc504027c41af /randr/rrsdispatch.c
parent59511974db843fa7e11133894cfc10c20fdaf60f (diff)
Merge master back in and clean up some unfinished code (closes 8745)
Diffstat (limited to 'randr/rrsdispatch.c')
-rw-r--r--randr/rrsdispatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/randr/rrsdispatch.c b/randr/rrsdispatch.c
index bf81f8bdb..67af75306 100644
--- a/randr/rrsdispatch.c
+++ b/randr/rrsdispatch.c
@@ -77,6 +77,7 @@ SProcRRSelectInput (ClientPtr client)
swaps(&stuff->length, n);
swapl(&stuff->window, n);
+ swaps(&stuff->enable, n);
return (*ProcRandrVector[stuff->randrReqType]) (client);
}