Searched refs:SDL_RESIZABLE (Results 1 – 20 of 20) sorted by relevance
192 if ((flags & SDL_RESIZABLE) == SDL_RESIZABLE) in ph_SetupWindow()211 if ((flags & SDL_RESIZABLE) != SDL_RESIZABLE) in ph_SetupWindow()462 current->flags &= ~SDL_RESIZABLE; in ph_SetVideoMode()497 current->flags &= ~SDL_RESIZABLE; /* no resize for Direct Context */ in ph_SetVideoMode()
459 && ((pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE)==0) in WndProc()554 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()676 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()1002 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()1548 (_this->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in os2fslib_PumpEvents()2165 (_this->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in os2fslib_UpdateRects()2318 if (flags & SDL_RESIZABLE) in os2fslib_SetVideoMode()2410 if (flags & SDL_RESIZABLE) in os2fslib_SetVideoMode()2481 pResult->flags |= (flags & SDL_RESIZABLE); in os2fslib_SetVideoMode()2499 ((flags & SDL_RESIZABLE)==0) || in os2fslib_SetVideoMode()[all …]
385 current -> flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in NX_SetVideoMode()386 current -> flags |= (flags & (SDL_RESIZABLE | SDL_NOFRAME)) ; in NX_SetVideoMode()
415 …if ( (screen=SDL_SetVideoMode(MOOSEPIC_W*scale, MOOSEPIC_H*scale, 0, SDL_RESIZABLE | SDL_SWSURFACE… in main()521 … screen=SDL_SetVideoMode(event.resize.w, event.resize.h, 0, SDL_RESIZABLE | SDL_SWSURFACE); in main()
180 videoflags |= SDL_RESIZABLE; in main()
361 video_flags |= SDL_RESIZABLE; in main()
120 append_sdl_surface_flag(surface, f, sizeof (f), SDL_RESIZABLE); in output_surface_details()
380 videoflags |= SDL_RESIZABLE; in main()
511 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in WinMessage()608 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in WinMessage()
541 if ( flags & SDL_RESIZABLE ) { in ROM_SetVideoMode()543 current->flags |= SDL_RESIZABLE; in ROM_SetVideoMode()
537 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_OPENGL) ) { in BE_SetVideoMode()538 current->flags |= SDL_RESIZABLE; in BE_SetVideoMode()
821 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;995 else if ( ((mode_flags ^ flags) & (SDL_NOFRAME|SDL_RESIZABLE)) ||1022 if ( flags & SDL_RESIZABLE ) {1024 current->flags |= SDL_RESIZABLE;1064 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;1481 if (SDL_VideoSurface->flags & SDL_RESIZABLE) {
801 if (!(flags & SDL_RESIZABLE)) { in X11_SetSizeHints()1239 current->flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in X11_SetVideoMode()1240 current->flags |= (flags&(SDL_RESIZABLE|SDL_NOFRAME)); in X11_SetVideoMode()
1178 if ( flags & SDL_RESIZABLE ) {1180 video->flags |= SDL_RESIZABLE;1271 if ( flags & SDL_RESIZABLE ) {1525 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_NOFRAME) ) {1526 video->flags |= SDL_RESIZABLE;
144 #define SDL_RESIZABLE 0x00000010 /**< This video mode may be resized */ macro
727 if (flags & SDL_RESIZABLE) { in GEM_SetVideoMode()729 modeflags |= SDL_RESIZABLE; in GEM_SetVideoMode()
554 if ( (SDL_VideoSurface->flags & SDL_RESIZABLE) == SDL_RESIZABLE ) { in SDL_CreateShadowSurface()555 SDL_ShadowSurface->flags |= SDL_RESIZABLE; in SDL_CreateShadowSurface()
301 ! (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in Mac_HandleEvents()
832 if ( flags & SDL_RESIZABLE ) {834 video->flags |= SDL_RESIZABLE;
256 Added resizable window support - just add SDL_RESIZABLE to the