Home
last modified time | relevance | path

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

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