Searched refs:SDL_RESIZABLE (Results 1 – 15 of 15) 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()
645 if ( flags & SDL_RESIZABLE ) { in CGX_SetSizeHints()651 flags&=~SDL_RESIZABLE; in CGX_SetSizeHints()808 …RAME) ? 0 : (WFLG_DEPTHGADGET|WFLG_CLOSEGADGET|WFLG_DRAGBAR | ((flags&SDL_RESIZABLE) ? WFLG_SIZEGA… in CGX_CreateWindow()1093 current->flags |= (flags&SDL_RESIZABLE); // Resizable only if the user asked it in CGX_SetVideoMode()
541 if ( flags & SDL_RESIZABLE ) { in ROM_SetVideoMode()543 current->flags |= SDL_RESIZABLE; in ROM_SetVideoMode()
617 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in WinMessage()685 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in WinMessage()
569 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;677 else if ( ((mode_flags ^ flags) & (SDL_NOFRAME|SDL_RESIZABLE)) ||710 current->flags |= SDL_RESIZABLE;728 if ( flags & SDL_RESIZABLE ) {730 current->flags |= SDL_RESIZABLE;768 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;1407 if (SDL_VideoSurface->flags & SDL_RESIZABLE) {
529 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_OPENGL) ) { in BE_SetVideoMode()530 current->flags |= SDL_RESIZABLE; in BE_SetVideoMode()
1161 if ( flags & SDL_RESIZABLE ) {1163 video->flags |= SDL_RESIZABLE;1254 if ( flags & SDL_RESIZABLE ) {1508 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_NOFRAME) ) {1509 video->flags |= SDL_RESIZABLE;
780 if ( flags & SDL_RESIZABLE ) { in X11_SetSizeHints()1214 current->flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in X11_SetVideoMode()1215 current->flags |= (flags&(SDL_RESIZABLE|SDL_NOFRAME)); in X11_SetVideoMode()
128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */ macro
730 if (flags & SDL_RESIZABLE) { in GEM_SetVideoMode()732 modeflags |= SDL_RESIZABLE; in GEM_SetVideoMode()
546 if ( (SDL_VideoSurface->flags & SDL_RESIZABLE) == SDL_RESIZABLE ) { in SDL_CreateShadowSurface()547 SDL_ShadowSurface->flags |= SDL_RESIZABLE; in SDL_CreateShadowSurface()
695 if ( flags & SDL_RESIZABLE ) {697 video->flags |= SDL_RESIZABLE;
301 ! (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in Mac_HandleEvents()