Searched refs:window (Results 1 - 15 of 15) sorted by relevance

/solaris-x11-s12/open-src/app/xpr/
H A DMakefile3 # xpr - utility to print xwd window dump images
32 MODULE_PKGNAME=x11/x11-window-dump
36 MODULE_DESC = the xpr utility to print xwd window dump images
/solaris-x11-s12/open-src/app/twm/
H A DMakefile32 MODULE_PKGNAME=desktop/window-manager/twm
/solaris-x11-s12/open-src/app/xcompmgr/
H A DMakefile40 MODULE_PKGNAME=desktop/window-manager/$(MODULE_NAME)
/solaris-x11-s12/open-src/app/xsetroot/
H A DMakefile3 # xsetroot - X11 root window parameter (background, cursor) setting utility
36 MODULE_DESC = the xsetroot X11 root window settings utility
/solaris-x11-s12/open-src/app/xwd/
H A DMakefile3 # xwd - X window dump utility to take screen shots
43 MODULE_PKGNAME=x11/x11-window-dump
/solaris-x11-s12/open-src/app/xwininfo/
H A DMakefile36 MODULE_DESC = the xwininfo X11 window information utility
/solaris-x11-s12/open-src/app/xwud/
H A DMakefile3 # xwud - simple application to display window dump images saved by xwd
43 MODULE_PKGNAME=x11/x11-window-dump
/solaris-x11-s12/open-src/app/xprop/
H A DMakefile3 # xprop - utility to display X11 window and font properties
32 MODULE_DESC = the xprop utility to display X11 window and font properties
/solaris-x11-s12/open-src/app/xcolor/sun-src/
H A Dxcolor.c51 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 Dmultivis.h60 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,
H A Dmultivis.c175 * Recursively walk the window tree.
182 Window win, /* This window */
187 Bool ancestorShaped, /* ancestor was a Shaped window */
235 pWinInfo->window = win;
280 /* Translate from relative parent's origin to this window's origin */
361 * Traverse the window list front to back. Get the entire Image
362 * from each window, but only Label a pixel in the Img once.
369 * window than were essential.
384 if (!(xim = XGetImage(mvDpy, pWI->window, pWI->x, pWI->y, pWI->width,
400 /* label the pixel in the map with this window'
[all...]
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DXPanoramiX.c226 req->window = drawable;
234 panoramiX_info->window = rep.window;
254 req->window = drawable;
262 panoramiX_info->window = rep.window;
283 req->window = drawable;
292 panoramiX_info->window = rep.window;
H A DTransOvl.c1161 req->window = w;
/solaris-x11-s12/open-src/proto/sun-ext-protos/include/
H A Dtransovlstr.h280 Window window B32;
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c181 static Window win[MAXSCREENS]; /* window used to cover screen */
182 static Window icon[MAXSCREENS]; /* window used during password typein */
183 static Window root[MAXSCREENS]; /* convenience pointer to the root window */
275 * window manager might have had the mouse grabbed to drive the menu choice
476 if (((XButtonEvent *) & event)->window == icon[screen]) {
1085 XRaiseWindow(dsp, event.xany.window);

Completed in 27 milliseconds