Searched refs:SDL_NOFRAME (Results 1 – 18 of 18) sorted by relevance
209 if (((flags & SDL_NOFRAME)==SDL_NOFRAME) || ((flags & SDL_FULLSCREEN)==SDL_FULLSCREEN)) in ph_SetupWindow()461 current->flags &= ~SDL_NOFRAME; in ph_SetVideoMode()
385 current -> flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in NX_SetVideoMode()386 current -> flags |= (flags & (SDL_RESIZABLE | SDL_NOFRAME)) ; in NX_SetVideoMode()
829 if ( flags & SDL_NOFRAME ) { in X11_SetSizeHints()1184 && ((saved_flags&SDL_NOFRAME) == (flags&SDL_NOFRAME)) ) { in X11_SetVideoMode()1239 current->flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in X11_SetVideoMode()1240 current->flags |= (flags&(SDL_RESIZABLE|SDL_NOFRAME)); in X11_SetVideoMode()
177 videoflags |= SDL_NOFRAME; in main()
366 video_flags |= SDL_NOFRAME; in main()
121 append_sdl_surface_flag(surface, f, sizeof (f), SDL_NOFRAME); in output_surface_details()
383 videoflags |= SDL_NOFRAME; in main()
507 video_flags |= SDL_NOFRAME; in RunGLTest()
537 if ( flags & SDL_NOFRAME ) { in ROM_SetVideoMode()539 current->flags |= SDL_NOFRAME; in ROM_SetVideoMode()
533 if ( flags & SDL_NOFRAME ) { in BE_SetVideoMode()534 current->flags |= SDL_NOFRAME; in BE_SetVideoMode()
1171 if ( flags & SDL_NOFRAME ) {1174 video->flags |= SDL_NOFRAME;1265 if ( flags & SDL_NOFRAME ) {1525 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_NOFRAME) ) {1528 if ( flags & SDL_NOFRAME ) {1529 video->flags |= SDL_NOFRAME;
558 if ( (SDL_VideoSurface->flags & SDL_NOFRAME) == SDL_NOFRAME ) { in SDL_CreateShadowSurface()559 SDL_ShadowSurface->flags |= SDL_NOFRAME; in SDL_CreateShadowSurface()756 mode->flags |= SDL_NOFRAME; in SDL_SetVideoMode()
145 #define SDL_NOFRAME 0x00000020 /**< No window caption or edge frame */ macro
821 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;995 else if ( ((mode_flags ^ flags) & (SDL_NOFRAME|SDL_RESIZABLE)) ||1016 if ( flags & SDL_NOFRAME ) {1018 current->flags |= SDL_NOFRAME;1064 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
725 if (!(flags & SDL_NOFRAME)) { in GEM_SetVideoMode()733 modeflags |= SDL_NOFRAME; in GEM_SetVideoMode()
102 SDL_RESIZEABLE and SDL_NOFRAME flags are not supported.
76 You can pass SDL_NOFRAME to SDL_VideoMode() to create a window
825 if ( flags & SDL_NOFRAME ) {828 video->flags |= SDL_NOFRAME;