Searched defs:window (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s12/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-s12/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,
|
Completed in 201 milliseconds