Displaying 6 results from an estimated 6 matches for "xcreatewindow".
Did you mean:
createwindow
2007 Jun 17
2
X11 help please
...e buffer" server), at least on MacOSX. It makes sense that
it shouldn't be able to work there (it needs interactivity), but I don't
know how to detect the problems before they cause the crash.
Currently the error happens the first time you try to open an rgl
window; when rgl calls XCreateWindow R crashes with the error message
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 28
Current serial number in output stream: 29
I've checked and as far as I can see all the paramete...
2007 Jan 05
2
Put a window on top
I'm developing a new plugin, based on switcher.
I have a window created with XCreateWindow.
Can I put a window totally on top, even over panels?
These are my atoms:
state[nState++] = s->display->winStateAboveAtom;
state[nState++] = s->display->winStateStickyAtom;
state[nState++] = s->display->winStateSkipTaskbarAtom;
state[nState++] = s->display->winStateSkip...
2001 Oct 17
3
remotely displayed programs run only once
Hey all,
When I first start an Xsession (from dtlogin) I can telnet to the app
server (my linux box) and run Notes under WINE and it will display on my
HP box just fine. All Notes functions work, even printing. However,
when I File|Exit from Notes and then try to restart it, I get an error
on the host machine.
here is the error message:
X Error of failed request: BadMatch (invalid parameter
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
....o random.o relop.o saveload.o scan.o seq.o
sort.o so
urce.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o
versio
n.o ../lib/libgraphics.a ../lib/libunix.a ../lib/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
XMa...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...nt = 640,
major_code = 409, minor_code = 0}, xnoexpose = {type = 16, serial = 10885, send_event = 0,
display = 0x6481b0, drawable = 421, major_code = 20989986, minor_code = 0}, xvisibility = {type = 16,
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, windo...
2009 Jul 03
0
Wine release 1.1.25
...code.
ntdll: Add call frame annotations in x86 assembly code.
kernel32: Add call frame annotations in x86 assembly code.
msi: The dialog units are based on a 12-point font size, despite the documentation.
winex11: Try to use the correct window rectangle as far as possible at XCreateWindow time.
ntdll: Compute the free lists address at run-time instead of playing with alignment and padding.
ntdll: Don't try to decommit a heap past its initial commit size.
ntdll: Release some address space after the process initialization is done.
loader: Reserve some more...