search for: xpend

Displaying 4 results from an estimated 4 matches for "xpend".

Did you mean: xend
2003 Apr 10
1
Starcraft Patch
...event ); @@ -133,18 +133,40 @@ XEvent event; int count = 0; + /* Added to make starcraft work */ +#ifdef HAVE_LIBXXF86DGA2 + Display *display = DGAUsed ? gdi_display : data->display; +#else + Display *display = data->display; +#endif + wine_tsx11_lock(); - while ( XPending( data->display ) ) + /* Changed to make starcraft work */ + while ( XPending( display ) ) { - Bool ignore; - - XNextEvent( data->display, &event ); - ignore = XFilterEvent( &event, None ); + XNextEvent( display, &event ); wine_tsx...
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...XSetWMProtocols XAllocColor XAllocNamedColor XChangeProperty XCheckTypedEvent XClearWindow XCloseDisplay XDefaultDepth XDefaultScreen XDefineCursor XDestroyWindow XDrawArc XDrawLine XDrawLines XDrawRectangle XFillArc XFillPolygon XFillRectangle XFreeColors XFreeCursor XFreeGC XMapWindow XNextEvent XPending XSelectInput XSetClipRectangles XSetDashes XSetFont XSetLineAttributes XSetState XSetWindowBackground XSync XTextWidth XUnloadFont XFindContext XSaveContext XrmUniqueQuark XCreateSimpleWindow XBell XChangeWindowAttributes XClearArea XCopyArea XDrawImageString XDrawString XGetWindowAttributes XMa...
2017 Jan 25
2
parallel::mc*: Is it possible for a child process to know it is a fork?
When using multicore-forking of the parallel package, is it possible for a child process to know that it is a fork? Something like: parallel::mclapply(1:10, FUN = function(i) { test_if_running_in_a_fork() }) I'm looking into ways to protect against further parallel processes (including threads), which not necessarily are created via the parallel:mc* API, are being spawned off recursively.
2007 Jul 13
0
KWD crashes when opening OOo
...tialised byte(s) ==31534== at 0x40007F2: (within /lib/ld-2.5.so) ==31534== by 0x458E64E: _X11TransWrite (in /usr/lib/libX11.so.6.2.0) ==31534== by 0x4586526: (within /usr/lib/libX11.so.6.2.0) ==31534== by 0x4587069: _XEventsQueued (in /usr/lib/libX11.so.6.2.0) ==31534== by 0x4575DD1: XPending (in /usr/lib/libX11.so.6.2.0) ==31534== by 0x48EF1A5: QEventLoop::processEvents(unsigned) (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4963135: QEventLoop::enterLoop() (in /usr/lib/libqt-mt.so.3.3.7) ==31534== by 0x4962F45: QEventLoop::exec() (in /usr/lib/libqt-mt.so.3.3.7) ==31534==...