Searched defs:window (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | xcolor.c | 51 static Window win; /* window used to cover screen */ 79 redisplay_indexed(Window window) argument 94 if (window == win) { 109 XFillRectangle(dsp, window, gc, x, y, w, h); 115 redisplay_direct(Window window) argument 124 if (window == win) { 148 XFillRectangle(dsp, window, gc, x, y, w, h); 160 XFillRectangle(dsp, window, gc, x, y, w, h); 172 XFillRectangle(dsp, window, gc, x, y, w, h); 197 redisplay(event.xexpose.window); [all...] |
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | multivis.h | 60 typedef struct _winVisInfo { /* A window & it's VisualInfo */ 61 Window window; member in struct:_winVisInfo 65 int x, y, width, height; /* GetImage, in window space */ 134 void mvWalkTree(Window window, int parentX, int parentY,
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Viewport.c | 325 Window window = XtWindow(w); local 336 w->core.window = XtWindow(w->viewport.clip); 338 w->core.window = window; 607 * clip_width, clip_height - size of clip window.
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Viewport.c | 358 Window window = XtWindow(w); local 369 w->core.window = XtWindow(w->viewport.clip); 371 w->core.window = window; 669 * clip_width, clip_height - size of clip window.
|
Completed in 18 milliseconds