Fix keyboard state when XEVIE is not enabled (Keith Packard).
This commit is contained in:
parent
562acf2e69
commit
4bf4530864
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue