Searched refs:root_visual (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetStCmap.c87 stdcmap.visualid = sp->root_visual->visualid;
H A DGetStCmap.c86 vid = sp->root_visual->visualid;
H A DGetRGBCMap.c85 def_visual = sp->root_visual->visualid;
H A DOpenDis.c475 sp->root_visual = _XVIDtoVisual(dpy, root_visualID);
476 if (sp->root_visual == NULL) {
/xsrc/external/mit/libXext/dist/src/
H A DXAppgroup.c47 VisualID root_visual; member in struct:xagstuff
140 *value++ = stuff->root_visual;
163 VisualID root_visual,
179 stuff.root_visual = root_visual;
285 *(VisualID*)ptr = rep.root_visual;
161 XagCreateEmbeddedApplicationGroup(Display * dpy,VisualID root_visual,Colormap default_colormap,unsigned long black_pixel,unsigned long white_pixel,XAppGroup * app_group_return) argument
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dagproto.h117 VisualID root_visual; member in struct:__anon751080690208
/xsrc/external/mit/xcb-util/dist/image/
H A Dtest_formats.c75 seq = xcb_create_window(c, root->root_depth, w, root->root, 30, 30, WIDTH, HEIGHT, 0, XCB_WINDOW_CLASS_INPUT_OUTPUT, root->root_visual, mask, values).sequence;
149 visual = xcb_aux_find_visual_by_id(root, root->root_visual);
H A Dtest_xcb_image.c159 screen->root_visual, /* visual */
196 screen->root_visual, /* visual */
H A Dtest_xcb_image_shm.c144 screen->root_visual, /* visual */
H A Dtest_bitmap.c52 xcb_visualtype_t *v = xcb_aux_find_visual_by_id(s, s->root_visual);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h91 #define DefaultVisual(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_visual)
128 #define DefaultVisualOfScreen(s)((s)->root_visual)
262 Visual *root_visual; /* root visual */ member in struct:__anonf1b122fa0608
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dhostx.c562 if (HostX.visual->visual_id != xscreen->root_visual) {
573 HostX.visual = xcb_aux_find_visual_by_id(xscreen,xscreen->root_visual);

Completed in 19 milliseconds