[PATCH 0/7] Resume breaking ABI

Colin Harrison colin.harrison at virgin.net
Thu Oct 4 23:31:05 PDT 2012


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



More information about the xorg-devel mailing list