Home
last modified time | relevance | path

Searched refs:JXSendEvent (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Ddock.c247 JXSendEvent(display, rootWindow, False, StructureNotifyMask, &event); in Create()
480 JXSendEvent(display, np->window, False, StructureNotifyMask, in UpdateDock()
H A Dmain.c386 JXSendEvent(display, rootWindow, False, StructureNotifyMask, &event); in StartupConnection()
681 JXSendEvent(display, rootWindow, False, SubstructureRedirectMask, &event); in SendJWMMessage()
H A Dclient.c812 JXSendEvent(display, rootWindow, False, in SetClientFullScreen()
1178 status = JXSendEvent(display, w, False, 0, &event); in SendClientMessage()
1431 JXSendEvent(display, np->window, False, StructureNotifyMask, in SendConfigureEvent()
H A Djxlib.h282 #define JXSendEvent( a, b, c, d, e ) JFUNC5(XSendEvent, a, b, c, d, e) macro