1

Is it possible to have the Title bar enabled in the SDL Window while it is initialized with SDL_FULLSCREEN mode?

genpfault
  • 51,148
  • 11
  • 85
  • 139
Nandhan Thiravia
  • 360
  • 2
  • 12
  • Maybe that's not what you want, but can't you simply maximize the SDL window (http://stackoverflow.com/questions/311818/maximize-sdl-window)? I'm not sure about it, but I don't think that's possible (fullscreen doesn't imply the title bar, by definition). – Andrea Aug 26 '13 at 14:29
  • Actually I need the Title Bar with SDL_FULLSCREEN Mode ON, because close button exists only with the Title Bar. – Nandhan Thiravia Aug 28 '13 at 13:10
  • I see your point. But, again, you can set the window at its maximum size (acting like a fullscreen), mantaining the title bar (with the X button). And, again, maybe you want a "pure" fullscreen, so you would dislike this approach, but I think that it could be a good workaround either. – Andrea Aug 28 '13 at 13:21

0 Answers0