Searched refs:SWP_NOCOPYBITS (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 46 #ifndef SWP_NOCOPYBITS 47 #define SWP_NOCOPYBITS 0 macro 233 … SetWindowPos(hwnd, HWND_NOTOPMOST, x, y, w, h, SWP_NOCOPYBITS | SWP_NOZORDER | SWP_NOACTIVATE); in SetupWindowData() 506 WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_NOSIZE | SWP_NOACTIVATE); in WIN_SetWindowPosition() 512 WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_NOMOVE | SWP_NOACTIVATE); in WIN_SetWindowSize() 618 …WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_FRAMECHANGED | SWP_NOZORDER | SW… in WIN_SetWindowBordered() 701 SetWindowPos(hwnd, top, x, y, w, h, SWP_NOCOPYBITS | SWP_NOACTIVATE); in WIN_SetWindowFullscreen() 749 UINT flags = SWP_NOCOPYBITS | SWP_NOMOVE | SWP_NOSIZE; in WIN_SetWindowGrab() 903 WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_NOSIZE | SWP_NOACTIVATE); in WIN_OnWindowEnter()
|
Completed in 4 milliseconds