Fix keyboard state when XEVIE is not enabled (Keith Packard).

This commit is contained in:
Kevin E Martin 2005-07-15 05:48:29 +00:00
parent 562acf2e69
commit 4bf4530864

View File

@ -2818,8 +2818,8 @@ drawable.id:0;
&& !noXkbExtension
#endif
)))
XE_KBPTR.state = (keyc->state | inputInfo.pointer->button->state);
#endif
XE_KBPTR.state = (keyc->state | inputInfo.pointer->button->state);
XE_KBPTR.rootX = sprite.hot.x;
XE_KBPTR.rootY = sprite.hot.y;
key = xE->u.u.detail;