Home | History | Annotate | Download | only in xwin

Lines Matching defs:se

263   xWindowsWMNotifyEvent se;
285 se.type = type + WMEventBase;
286 se.kind = which;
287 se.window = window;
288 se.arg = arg;
289 se.x = x;
290 se.y = y;
291 se.w = w;
292 se.h = h;
293 se.time = currentTime.milliseconds;
294 WriteEventsToClient (client, 1, (xEvent *) &se);