Home | History | Annotate | Download | only in X11

Lines Matching refs:scr

120 #define RootWindow(dpy, scr) 	(ScreenOfDisplay(dpy,scr)->root)
123 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
124 #define DefaultGC(dpy, scr) (ScreenOfDisplay(dpy,scr)->default_gc)
125 #define BlackPixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->black_pixel)
126 #define WhitePixel(dpy, scr) (ScreenOfDisplay(dpy,scr)->white_pixel)
129 #define DisplayWidth(dpy, scr) (ScreenOfDisplay(dpy,scr)->width)
130 #define DisplayHeight(dpy, scr) (ScreenOfDisplay(dpy,scr)->height)
131 #define DisplayWidthMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mwidth)
132 #define DisplayHeightMM(dpy, scr)(ScreenOfDisplay(dpy,scr)->mheight)
133 #define DisplayPlanes(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
134 #define DisplayCells(dpy, scr) (DefaultVisual(dpy,scr)->map_entries)
141 #define DefaultDepth(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
142 #define DefaultColormap(dpy, scr)(ScreenOfDisplay(dpy,scr)->cmap)
155 #define ScreenOfDisplay(dpy, scr)(&((_XPrivDisplay)dpy)->screens[scr])