Displaying 4 results from an estimated 4 matches for "xcreatesimplewindow".
2007 Jun 08
1
Location of xgraphics routines
Hi
I have an application that uses the Xwindows graphics library. Things
like
XOpenDisplay
XDrawLine
XCreateSimpleWindow
XDrawString
and many more
Under all the CENTOS 4.X systems these were automatically loaded.
I dont have these loaded under my CENTOS 5 system.
I get a heap of undefined references when I compile the code.
Could someone tell me, point me, where these routines now reside on the
distribution.
tha...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...> }
> int count = ScreenCount(display);
> printf("number of screens = %d\n", count);
> screen = DefaultScreen(display);
> printf("screen = %d\n", screen);
>
> hwidth = 640;
> hheight = 480;
>
> /* Make the window */
> window = XCreateSimpleWindow (display, RootWindow(display, screen),
> 0, 0, hwidth, hheight,0,0,0);
>
> XSelectInput(display, window, KeyPressMask | StructureNotifyMask);
>
> /* Map window. */
>
> XMapWindow(display, window);
>
> /* Wait for map. */
> do...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...> }
> int count = ScreenCount(display);
> printf("number of screens = %d\n", count);
> screen = DefaultScreen(display);
> printf("screen = %d\n", screen);
>
> hwidth = 640;
> hheight = 480;
>
> /* Make the window */
> window = XCreateSimpleWindow (display, RootWindow(display, screen),
> 0, 0, hwidth, hheight,0,0,0);
>
> XSelectInput(display, window, KeyPressMask | StructureNotifyMask);
>
> /* Map window. */
>
> XMapWindow(display, window);
>
> /* Wait for map. */
> do...
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
...e
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
XMapRaised
XMapSubwindows
XMaskEvent
XMoveWindow
XQueryPointer
XRefreshKeyboardMapping
XSetBackground
XSetForeground
XUnmapSubwindows
XUnmapWindow
XLookupString
XSetStandardProperties
XCreateImage
X...