1
0
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:
dan
2004-10-28 04:17:18 +00:00
parent 79864ba94c
commit ca61675597
11 changed files with 245 additions and 46 deletions

View File

@@ -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;