Lines Matching defs:xev
831 XEvent xev;
929 XIfEvent(dpy, &xev, predicate, (XPointer) closure->draw_window);
930 if (xev.type == Expose)
1044 XIfEvent(dpy, &xev, predicate, (XPointer) closure->win);
1047 do_event = XCheckIfEvent(dpy, &xev, predicate,
1050 switch (xev.type) {
1055 if (xev.xconfigure.width != closure->winW ||
1056 xev.xconfigure.height != closure->winH)
1058 closure->winW = xev.xconfigure.width;
1059 closure->winH = xev.xconfigure.height;
1065 XLookupString(&xev.xkey, buf, 10, &ksym, NULL);
1084 if ((Atom) xev.xclient.data.l[0] == wm_delete_window)