search for: xdestroywindow

Displaying 7 results from an estimated 7 matches for "xdestroywindow".

Did you mean: destroywindow
2001 Jul 20
2
wine20010629 XDestroyWindow error
Hi, Has anyone seen this error? X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 4 (X_DestroyWindow) Resource id in failed request: 0x1e0009b Serial number of failed request: 1280 Current serial number in output stream: 1301 I get this error in Freelance Graphics when hitting the Create Blank Presentation button on the opening Wizard
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...} static void R_ProcessEvents(void *data) --- 619,652 ---- xd->windowHeight = event.xconfigure.height; xd->resize = 1; } + else if (event.type == DestroyNotify) { + /* The window is being destroyed, kill the device, too. */ + XFindContext(display, event.xdestroywindow.window, + devPtrContext, &temp); + dd = (DevDesc *) temp; + xd = (x11Desc *) dd->deviceSpecific; + if (!xd->inclose) { + xd->inclose = TRUE; + KillDevice(dd); + } + } else if ((event.type == ClientMe...
2002 Apr 11
1
segmentation violation when closing the data entry window (PR#1453)
...the first time, the window closes, the second time I get the error. This is with r-devel as of today, with "CFLAGS -g". I edited closewin() in dataentry.c to show me when it is called: void closewin(void) { printf("In routine closewin\n"); XFreeGC(iodisplay, iogc); XDestroyWindow(iodisplay, iowindow); XCloseDisplay(iodisplay); } % bin/R > x <- edit(data.frame()) The data frame pops up. I just click on the Window manager close button (not the "Quit" button): In routine closewin In routine closewin Program received signal SIGSEGV, Segmentation fault....
2008 Jul 29
1
closing View windows after multiple View(x) crashes
> sessionInfo() R version 2.8.0 Under development (unstable) (2008-07-07 r46046) i686-pc-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...ib/libappl.a lib/libmath.a - lm ld: Unresolved: XLoadQueryFont XOpenDisplay XInternAtom XCreateFontCursor XCreateGC XCreateWindow XDefaultRootWindow 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 XSaveConte...
2012 Jan 09
2
[R] fix and edit don't work: unable to open X Input
(moved from R-help) I tried this on Ubuntu with R-2.14.1 built from source, and I do not get the segfault problem. (I don't at the moment have a debian binary R, or I would confirm whether I get the segfault problem.) My sessioninfo() is reporting additional information about namespace imports: > library(ggplot2) Loading required package: reshape Loading required package: plyr
2007 May 19
2
Crash in blur.c (SIGSEGV)
..., serial = 10885, send_event = 0, display = 0x6481b0, window = 421, state = 20989986}, xcreatewindow = { type = 16, serial = 10885, send_event = 0, display = 0x6481b0, parent = 421, window = 20989986, x = 320, y = 307, width = 640, height = 409, border_width = 0, override_redirect = 0}, xdestroywindow = { type = 16, serial = 10885, send_event = 0, display = 0x6481b0, event = 421, window = 20989986}, xunmap = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, event = 421, window = 20989986, from_configure = 320}, xmap = {type = 16, serial = 10885, send_event = 0, display =...