Lines Matching refs:attributes
79 XSetWindowAttributes attributes; in xnestCreateWindow() local
89 attributes.event_mask = ExposureMask; in xnestCreateWindow()
90 attributes.backing_store = NotUseful; in xnestCreateWindow()
102 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow()
105 attributes.colormap = xnestDefaultVisualColormap(visual); in xnestCreateWindow()
115 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow()
130 visual, mask, &attributes); in xnestCreateWindow()
262 XSetWindowAttributes attributes; in xnestChangeWindowAttributes() local
267 attributes.background_pixmap = None; in xnestChangeWindowAttributes()
271 attributes.background_pixmap = ParentRelative; in xnestChangeWindowAttributes()
275 attributes.background_pixmap = xnestPixmap(pWin->background.pixmap); in xnestChangeWindowAttributes()
285 attributes.background_pixel = xnestPixel(pWin->background.pixel); in xnestChangeWindowAttributes()
294 attributes.border_pixmap = xnestPixmap(pWin->border.pixmap); in xnestChangeWindowAttributes()
299 attributes.border_pixel = xnestPixel(pWin->border.pixel); in xnestChangeWindowAttributes()
305 attributes.bit_gravity = pWin->bitGravity; in xnestChangeWindowAttributes()
320 attributes.override_redirect = pWin->overrideRedirect; in xnestChangeWindowAttributes()
337 attributes.colormap = xnestColormap(pCmap); in xnestChangeWindowAttributes()
347 mask, &attributes); in xnestChangeWindowAttributes()