Lines Matching defs:screen

77 int screen;				/* screen being used */
86 Window root; /* root window of screen */
305 screen = DefaultScreen (dpy);
306 cmap = DefaultColormap (dpy, screen);
307 visual = DefaultVisual(dpy,screen) ;
309 vinfo_template.screen = screen;
325 npixelvalues = DisplayCells (dpy, screen);
328 vinfo_template.screen = screen; /* Who cares about the other screens ? */
335 root = RootWindow (dpy, screen);
336 pixmap_format = (DisplayPlanes (dpy, screen) > 1 ? ZPixmap : XYPixmap);
367 * pointer will be displayed that can be dragged around the screen.
507 window_hints.x = DisplayWidth (dpy, screen) + window_hints.x -
511 window_hints.y = DisplayHeight (dpy, screen) + window_hints.y -
515 source_hints.x = DisplayWidth (dpy, screen) + source_hints.x -
519 source_hints.y = DisplayHeight (dpy, screen) + source_hints.y -
540 border_pixel = BlackPixel (dpy, screen);
561 back_pixel = BlackPixel (dpy, screen);
602 if ((num_vis) > 1 && (XMatchVisualInfo(dpy, screen, 24, TrueColor, &vis))) {
659 border_width, DefaultDepth (dpy, screen),
733 int dw = DisplayWidth (dpy, screen), dh = DisplayHeight (dpy, screen);
749 gcv.foreground = BlackPixel (dpy, screen);
803 /* clip to screen */
853 int dw = DisplayWidth (dpy, screen), dh = DisplayHeight (dpy, screen);
859 * Don't get bits that are off the edges of the screen
871 mvInit(dpy, screen, vlist, num_vis);
1203 0, None, BlackPixel (dpy, screen));
1210 xsw.background_pixel = BlackPixel(dpy, screen);
1214 xsw.border_pixel = BlackPixel(dpy, screen);
1215 xsw.colormap = DefaultColormap(dpy, screen);
1217 DefaultDepth(dpy, screen), InputOutput,
1218 DefaultVisual(dpy, screen),
1240 XSetForeground (dpy, pixGC, WhitePixel(dpy, screen));