Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc58 XSetWindowAttributes window_attributes; in Init() local
59 window_attributes.colormap = XCreateColormap( in Init()
61 window_attributes.border_pixel = 0; in Init()
62 window_attributes.event_mask = StructureNotifyMask | ExposureMask; in Init()
66 &window_attributes); in Init()