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

/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_common.c68 XSetWindowAttributes window_attr; local in function:get_glx_window
74 window_attr.background_pixel = 0;
75 window_attr.border_pixel = 0;
76 window_attr.colormap = XCreateColormap(dpy, root_win,
78 window_attr.event_mask = StructureNotifyMask | ExposureMask |
84 visinfo->visual, mask, &window_attr);

Completed in 7 milliseconds