Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1663 unsigned long style, exStyle; in winApplyHints() local
1878 exStyle = GetWindowLongPtr(hWnd, GWL_EXSTYLE); in winApplyHints()
1880 exStyle = (exStyle & ~WS_EX_APPWINDOW) | WS_EX_TOOLWINDOW; in winApplyHints()
1882 exStyle = (exStyle & ~WS_EX_TOOLWINDOW) | WS_EX_APPWINDOW; in winApplyHints()
1883 SetWindowLongPtr(hWnd, GWL_EXSTYLE, exStyle); in winApplyHints()
1887 iWindow, hint, style, exStyle); in winApplyHints()