Hi,
This one will not work with upstream git if using the
'inputInfo.keyboard->key->state', but is OK otherwise
Better to...
mieqProcessInputEvents ();
/* Read the mode key states of our X server */
- internalKeyStates = *g_winInternalModeKeyStatesPtr;
+ internalKeyStates =
XkbStateFieldFromRec(&inputInfo.keyboard->key->xkbInfo->state);
/*
* NOTE: The C XOR operator, ^, will not work here because it is
Thanks
Colin
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg