Home | History | Annotate | Download | only in windx5

Lines Matching refs:SDL_Window

935 	DX5_SoundFocus(SDL_Window);
953 hdc = GetDC(SDL_Window);
956 ReleaseDC(SDL_Window, hdc);
1165 style = GetWindowLong(SDL_Window, GWL_STYLE);
1184 if (IsZoomed(SDL_Window)) style |= WS_MAXIMIZE;
1190 SetWindowLong(SDL_Window, GWL_STYLE, style);
1193 if ( !SDL_windowid && !IsZoomed(SDL_Window) ) {
1220 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
1241 SetWindowPos(SDL_Window, top, x, y, width, height, swp_flags);
1246 SetForegroundWindow(SDL_Window);
1259 style = GetWindowLong(SDL_Window, GWL_STYLE);
1276 if (IsZoomed(SDL_Window)) style |= WS_MAXIMIZE;
1281 SetWindowLong(SDL_Window, GWL_STYLE, style);
1289 result = IDirectDraw2_SetCooperativeLevel(ddraw2,SDL_Window,sharemode);
1306 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
1307 SetWindowPos(SDL_Window, HWND_TOPMOST,
1311 ShowWindow(SDL_Window, SW_SHOW);
1312 while ( GetForegroundWindow() != SDL_Window ) {
1313 SetForegroundWindow(SDL_Window);
1580 result = IDirectDrawClipper_SetHWnd(SDL_clipper, 0, SDL_Window);
1599 if ( !SDL_windowid && !IsZoomed(SDL_Window) ) {
1625 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0);
1638 SetWindowPos(SDL_Window, HWND_NOTOPMOST, x, y, width, height, swp_flags);
1644 ShowWindow(SDL_Window, SW_SHOW);
1645 SetForegroundWindow(SDL_Window);
2407 ShowWindow(SDL_Window, SW_HIDE);
2438 if ( SDL_Window ) {