Hi,

Keith, I didn't check the bit packing on this but my compiler gave a
scattering of...

"warning: case label value exceeds maximum value for type"

which may be best not to ignore.

So patched...
--- ./include/save_dixstruct.h  2012-10-04 19:31:00.451081236 +0100
+++ ./include/dixstruct.h       2012-10-04 20:17:55.131273403 +0100
@@ -95,7 +95,7 @@
     int big_requests:1;          /* supports large requests */
     int clientGone:1;
     int closeDownMode:2;
-    int clientState:2;
+    ClientState clientState:2;
     char smart_priority;
     short noClientException;      /* this client died or needs to be killed
*/
     int priority;

Thanks,
Colin Harrison

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to