Home
last modified time | relevance | path

Searched refs:QueuedAfterFlush (Results 1 – 25 of 130) sorted by relevance

123456

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqguieventdispatcher_glib.cpp77 return (XEventsQueued(X11->display, QueuedAfterFlush) in x11EventSourcePrepare()
85 return (XEventsQueued(X11->display, QueuedAfterFlush) in x11EventSourceCheck()
151 } while (XEventsQueued(X11->display, QueuedAfterFlush)); in x11EventSourceDispatch()
H A Dqeventdispatcher_x11.cpp136 if (XEventsQueued(X11->display, QueuedAfterFlush)) in processEvents()
141 } while (!d->interrupt && XEventsQueued(X11->display, QueuedAfterFlush)); in processEvents()
/dports/x11/libX11/libX11-1.7.2/src/
H A DPending.c55 ret_val = _XEventsQueued (dpy, QueuedAfterFlush); in XPending()
/dports/games/flying/flying-6.20/
H A Dxpball.C148 if (XEventsQueued(dpy,QueuedAfterFlush)) return; in WaitForEvents()
155 if (XEventsQueued(((PBallNorm*)current)->rem_dpy,QueuedAfterFlush))return; in WaitForEvents()
172 while (XEventsQueued( rem_dpy, QueuedAfterFlush )) { in Update()
365 while (XEventsQueued( rem_dpy, QueuedAfterFlush )) { in Update()
/dports/games/xpuzzletama/xpuzzletama/
H A Dxtama_main.c51 if( XEventsQueued( dpy, QueuedAfterFlush ) ){ in tama_title()
323 if( XEventsQueued( dpy, QueuedAfterFlush ) == 0 ) ; in tama_main()
388 if(XEventsQueued( dpy, QueuedAfterFlush ) ){ in tama_main()
510 while( XEventsQueued( dpy, QueuedAfterFlush ) == 0 ) in tama_main()
H A Dxtama_score.c263 if ( XEventsQueued( dpy, QueuedAfterFlush )){ in scoredemo()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXEventDispatcher.cpp223 if(XEventsQueued((Display*)display,QueuedAfterFlush)){ in dispatch()
345 if(XEventsQueued((Display*)display,QueuedAfterFlush)){ in dispatch()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXEventDispatcher.cpp254 if(XEventsQueued((Display*)display,QueuedAfterFlush)){ in dispatch()
374 if(XEventsQueued((Display*)display,QueuedAfterFlush)){ in dispatch()
/dports/x11/x-on-resize/x-on-resize-f59c9247e682b95f4091def7575490466f131131/
H A Dx-on-resize.c211 } while (XEventsQueued(dpy, QueuedAfterFlush)); in main()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DNextEvent.c1308 if (XEventsQueued(app->list[d], QueuedAfterFlush)) in XtAppNextEvent()
1414 if (XEventsQueued(app->list[d], QueuedAfterFlush)) in XtAppProcessEvent()
1471 if (XEventsQueued(app->list[d], QueuedAfterFlush)) { in XtAppPending()
1581 if (XEventsQueued(app->list[d], QueuedAfterFlush)) in XtAppPeekEvent()
1637 if (XEventsQueued(app->list[d], QueuedAfterFlush)) { in XtAppPeekEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/devel/allegro5/allegro5-5.2.7.0/src/x/
H A Dxevents.c213 while (XEventsQueued(s->x11display, QueuedAfterFlush)) { in _al_xwin_background_thread()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java289 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java294 public static final int QueuedAfterFlush = 2; field in XConstants
/dports/x11-fonts/libFS/libFS-1.0.8/include/X11/fonts/
H A DFSlib.h71 #define QueuedAfterFlush 2 macro
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dxevent.c294 case 2: queued = QueuedAfterFlush; break; in x_event()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincoreUX.cpp1433 while ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in AppRun()
1447 if ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in AppRun()
1487 while ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in _ClipboardWaitSelectionNotify()
1513 if ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in _ClipboardWaitSelectionNotify()
1540 while ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in _ClipboardWaitPropertyNotify()
1567 if ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in _ClipboardWaitPropertyNotify()
2647 while ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in DoModal()
2664 if ( XEventsQueued( display, QueuedAfterFlush ) > 0 ) in DoModal()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Devent_core.c227 if(XEventsQueued(display, QueuedAfterFlush) != 0) { in CtwmNextEvent()

123456