Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc184 const LONG window_ex_style = GetWindowLong(selected, GWL_EXSTYLE); in ShouldUseScreenCapturer() local
185 if (window_ex_style & WS_EX_LAYERED) { in ShouldUseScreenCapturer()