Searched refs:ext_style (Results 1 – 2 of 2) sorted by relevance
79 LONG ext_style = ::GetWindowLong(wnd, GWL_EXSTYLE); in IsFullScreenWindowMode() local81 (ext_style & (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW))); in IsFullScreenWindowMode()
81 LONG ext_style = ::GetWindowLong(wnd, GWL_EXSTYLE); in IsFullScreenWindowMode() local83 (ext_style & (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW))); in IsFullScreenWindowMode()