Home
last modified time | relevance | path

Searched refs:JXPending (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dmain.c269 if(JXPending(display) == 0) { in EventLoop()
H A Djxlib.h254 #define JXPending( a ) JFUNC1(XPending, a) macro
H A Devent.c116 while(JXPending(display) == 0) { in WaitForEvent()