Fix keyboard state when XEVIE is not enabled (Keith Packard).
This commit is contained in:
@@ -2818,8 +2818,8 @@ drawable.id:0;
|
|||||||
&& !noXkbExtension
|
&& !noXkbExtension
|
||||||
#endif
|
#endif
|
||||||
)))
|
)))
|
||||||
XE_KBPTR.state = (keyc->state | inputInfo.pointer->button->state);
|
|
||||||
#endif
|
#endif
|
||||||
|
XE_KBPTR.state = (keyc->state | inputInfo.pointer->button->state);
|
||||||
XE_KBPTR.rootX = sprite.hot.x;
|
XE_KBPTR.rootX = sprite.hot.x;
|
||||||
XE_KBPTR.rootY = sprite.hot.y;
|
XE_KBPTR.rootY = sprite.hot.y;
|
||||||
key = xE->u.u.detail;
|
key = xE->u.u.detail;
|
||||||
|
|||||||
Reference in New Issue
Block a user