Home
last modified time | relevance | path

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

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