xserver: Branch 'master' - 2 commits

Keith Packard keithp at kemper.freedesktop.org
Wed Oct 25 03:23:36 EEST 2006


 randr/randr.c |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 598ac7a83698327b607084abaebcbd22f8d25fbb (from parents)
Merge: 828c34e83ccdf3bcd2844d5af8b0cac4164b04ab 948a97b97e93cee05a23f1f1ae699c5e181bc8ce
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Tue Oct 24 17:23:12 2006 -0700

    Merge branch 'origin'

diff-tree 828c34e83ccdf3bcd2844d5af8b0cac4164b04ab (from cf948b7b04dfeb61a294889027b9a54f6b9b478e)
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Tue Oct 24 17:23:02 2006 -0700

    Byte swap RRSelectInput enable flags.

diff --git a/randr/randr.c b/randr/randr.c
index 946aad3..d0bbfe5 100644
--- a/randr/randr.c
+++ b/randr/randr.c
@@ -1187,6 +1187,7 @@ SProcRRSelectInput (ClientPtr client)
 
     swaps(&stuff->length, n);
     swapl(&stuff->window, n);
+    swaps(&stuff->enable, n);
     return ProcRRSelectInput(client);
 }
 



More information about the xorg-commit mailing list