Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc198 XGCValues shm_gc_values; in InitPixmaps() local
199 shm_gc_values.subwindow_mode = IncludeInferiors; in InitPixmaps()
200 shm_gc_values.graphics_exposures = False; in InitPixmaps()
203 &shm_gc_values); in InitPixmaps()