Lines Matching refs:attribs
214 XWindowAttributes attribs; in dmxPrintScreenInfo() local
221 XGetWindowAttributes(dpy, DefaultRootWindow(dpy), &attribs); in dmxPrintScreenInfo()
271 attribs.width, attribs.height); in dmxPrintScreenInfo()
277 attribs.depth, attribs.depth == 1 ? "" : "s", in dmxPrintScreenInfo()
299 XWindowAttributes attribs; in dmxGetScreenAttribs() local
306 XGetWindowAttributes(dpy, DefaultRootWindow(dpy), &attribs); in dmxGetScreenAttribs()
308 dmxScreen->beWidth = attribs.width; in dmxGetScreenAttribs()
309 dmxScreen->beHeight = attribs.height; in dmxGetScreenAttribs()
314 dmxScreen->scrnX = (attribs.width - dmxScreen->scrnWidth in dmxGetScreenAttribs()
318 dmxScreen->scrnWidth = attribs.width - dmxScreen->scrnX; in dmxGetScreenAttribs()
324 dmxScreen->scrnY = (attribs.height - dmxScreen->scrnHeight in dmxGetScreenAttribs()
328 dmxScreen->scrnHeight = attribs.height - dmxScreen->scrnY; in dmxGetScreenAttribs()
333 dmxScreen->scrnWidth = attribs.width - dmxScreen->scrnX; in dmxGetScreenAttribs()
335 dmxScreen->scrnHeight = attribs.height - dmxScreen->scrnY; in dmxGetScreenAttribs()
350 dmxScreen->beDepth = attribs.depth; /* FIXME: verify that this in dmxGetScreenAttribs()