search for: xexpose

Displaying 3 results from an estimated 3 matches for "xexpose".

Did you mean: expose
2001 Feb 13
0
devX11.c -- questions about expose events and XBell
...his right already, but better... *** devX11.c~ Tue Feb 13 17:24:40 2001 --- devX11.c Tue Feb 13 18:07:41 2001 *************** *** 1232,1242 **** /* Gobble expose events */ ! XNextEvent(display, &event); ! if (event.xany.type == Expose) { ! while (event.xexpose.count) ! XNextEvent(display, &event); ! } } else { /* PIXMAP */ xd->windowWidth = iw = w; xd->windowHeight = ih = h; --- 1232,1241 ---- /* Gobble expose events */ ! if (XCheckTypedEvent(display, Expose, &event)) { !...
2006 Nov 07
2
Crash when embedding R X11 windows
...================================================================== --- devX11.c (revision 39818) +++ devX11.c (working copy) @@ -586,8 +586,8 @@ if (event.xany.type == Expose) { while(XCheckTypedEvent(display, Expose, &event)) ; - XFindContext(display, event.xexpose.window, - devPtrContext, &temp); + if (XFindContext(display, event.xexpose.window, + devPtrContext, &temp)) return; dd = (NewDevDesc *) temp; if (event.xexpose.count == 0) do_update = 1; @@ -595,8 +595,8 @@ else if...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...9986, subwindow = 1318554960192, time = 1756641624704, x = 0, y = 0, x_root = 65142784, y_root = 1967360, mode = 1, detail = 2, same_screen = 1, focus = 1, state = 1024}, xfocus = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, mode = 20989986, detail = 0}, xexpose = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, x = 20989986, y = 0, width = 320, height = 307, count = 640}, xgraphicsexpose = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, drawable = 421, x = 20989986, y = 0, width = 320, height = 307,...