SDL2 and SDL_WINDOW_FULLSCREEN_DESKTOP

Hi,

I use a MacOSX with XCode 5 and the latest SDL2 library.
When an app is full screen with SDL_WINDOW_FULLSCREEN_DESKTOP and the app
quits (SDL_Quit) I see a weird behavior.

  1. The app quit.
  2. After that the app shows the minimize mac effect and then quits again.

This is very annoying and a previous SDL2 version that I have did not do
that.
Please look into it,

Giorgos

See this bug report: https://bugzilla.libsdl.org/show_bug.cgi?id=1840

You can work around the issue by calling SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, ?0?); on Mac OS X.On Dec 6, 2013, at 11:09 AM, Giorgos Sarris wrote:

Hi,

I use a MacOSX with XCode 5 and the latest SDL2 library.
When an app is full screen with SDL_WINDOW_FULLSCREEN_DESKTOP and the app quits (SDL_Quit) I see a weird behavior.

  1. The app quit.
  2. After that the app shows the minimize mac effect and then quits again.

This is very annoying and a previous SDL2 version that I have did not do that.
Please look into it,

Giorgos


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Does it happen with the latest snapshot?
http://www.libsdl.org/tmp/SDL-2.0.zipOn Fri, Dec 6, 2013 at 7:09 AM, Giorgos Sarris wrote:

Hi,

I use a MacOSX with XCode 5 and the latest SDL2 library.
When an app is full screen with SDL_WINDOW_FULLSCREEN_DESKTOP and the app
quits (SDL_Quit) I see a weird behavior.

  1. The app quit.
  2. After that the app shows the minimize mac effect and then quits again.

This is very annoying and a previous SDL2 version that I have did not do
that.
Please look into it,

Giorgos


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org