mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-10 18:45:47 +01:00
added preliminary X Input Methods support
This commit is contained in:
@@ -213,6 +213,10 @@ WMHandleEvent(XEvent *event)
|
||||
return True;
|
||||
}
|
||||
|
||||
if (XFilterEvent(event, None) == True) {
|
||||
return False;
|
||||
}
|
||||
|
||||
mask = eventMasks[event->xany.type];
|
||||
|
||||
window = event->xany.window;
|
||||
|
||||
Reference in New Issue
Block a user