Lines Matching refs:attribs
56 XSetWindowAttributes * attribs);
80 XSetWindowAttributes attribs; in dmxCreateRootWindow() local
94 attribs.event_mask = ExposureMask; in dmxCreateRootWindow()
95 attribs.backing_store = NotUseful; in dmxCreateRootWindow()
96 attribs.colormap = pCmapPriv->cmap; in dmxCreateRootWindow()
97 attribs.border_pixel = 0; in dmxCreateRootWindow()
101 dmxDoChangeWindowAttributes(pWindow, &pWinPriv->attribMask, &attribs); in dmxCreateRootWindow()
113 pWindow->drawable.class, visual, mask, &attribs); in dmxCreateRootWindow()
218 XSetWindowAttributes attribs; in dmxCreateNonRootWindow() local
235 dmxDoChangeWindowAttributes(pWindow, &pWinPriv->attribMask, &attribs); in dmxCreateNonRootWindow()
242 attribs.backing_store = NotUseful; in dmxCreateNonRootWindow()
246 attribs.colormap = pWinPriv->cmap; in dmxCreateNonRootWindow()
249 attribs.border_pixel = 0; in dmxCreateNonRootWindow()
268 pWinPriv->visual, mask, &attribs); in dmxCreateNonRootWindow()
485 unsigned long *mask, XSetWindowAttributes * attribs) in dmxDoChangeWindowAttributes() argument
492 attribs->background_pixmap = None; in dmxDoChangeWindowAttributes()
496 attribs->background_pixmap = ParentRelative; in dmxDoChangeWindowAttributes()
501 attribs->background_pixmap = pPixPriv->pixmap; in dmxDoChangeWindowAttributes()
512 attribs->background_pixel = pWindow->background.pixel; in dmxDoChangeWindowAttributes()
522 attribs->border_pixmap = pPixPriv->pixmap; in dmxDoChangeWindowAttributes()
528 attribs->border_pixel = pWindow->border.pixel; in dmxDoChangeWindowAttributes()
534 attribs->bit_gravity = pWindow->bitGravity; in dmxDoChangeWindowAttributes()
549 attribs->override_redirect = pWindow->overrideRedirect; in dmxDoChangeWindowAttributes()
567 attribs->colormap = pCmapPriv->cmap; in dmxDoChangeWindowAttributes()
582 XSetWindowAttributes attribs; in dmxChangeWindowAttributes() local
591 dmxDoChangeWindowAttributes(pWindow, &mask, &attribs); in dmxChangeWindowAttributes()
598 mask, &attribs); in dmxChangeWindowAttributes()