SWP_ASYNCWINDOWPOS   80 modules/dx_hw/dx_hw.h # ifndef SWP_ASYNCWINDOWPOS
SWP_ASYNCWINDOWPOS 1271 modules/dx_hw/dx_window.c 			SetWindowPos(ctx->os_hwnd, NULL, x, y, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_ASYNCWINDOWPOS);
SWP_ASYNCWINDOWPOS 1277 modules/dx_hw/dx_window.c 			SetWindowPos(ctx->os_hwnd, NULL, evt->move.x + pt.x, evt->move.y + pt.y, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_ASYNCWINDOWPOS);
SWP_ASYNCWINDOWPOS 1279 modules/dx_hw/dx_window.c 			SetWindowPos(ctx->os_hwnd, NULL, evt->move.x, evt->move.y, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_ASYNCWINDOWPOS);
SWP_ASYNCWINDOWPOS 1293 modules/dx_hw/dx_window.c 					SetWindowPos(ctx->os_hwnd, NULL, 0, 0, evt->size.width, evt->size.height, SWP_NOZORDER | SWP_NOMOVE | SWP_ASYNCWINDOWPOS);
SWP_ASYNCWINDOWPOS 1295 modules/dx_hw/dx_window.c 					SetWindowPos(ctx->os_hwnd, NULL, 0, 0, evt->size.width + ctx->off_w, evt->size.height + ctx->off_h, SWP_NOZORDER | SWP_NOMOVE | SWP_ASYNCWINDOWPOS);
SWP_ASYNCWINDOWPOS 1323 modules/dx_hw/dx_window.c 				SetWindowPos(ctx->gl_hwnd, NULL, 0, 0, evt->size.width, evt->size.height, SWP_NOZORDER | SWP_NOMOVE | SWP_ASYNCWINDOWPOS);