Follow-up Comment #1, bug #21943 (project wesnoth):

I posted this on the forums, but I figured I could copy it here too.

Nice fullscreen on OS X seems to be a bit of a pain.

https://developer.apple.com/library/mac/documentation/graphicsimaging/Conceptual/QuartzDisplayServicesConceptual/Articles/DisplayCapture.html

Going fullscreen captures the display which gives your application exclusive
usage, which obviously isn't very good if you want to allow other apps a
chance to be used as well (ie, by swiping left/right).

Apples solution appears to be to make a borderless window the size of the
display. SDL also seems to have some flags for this
(SDL_WINDOW_FULLSCREEN_DESKTOP), but from what I've read just blindly using
this flag minimises the window when focus is lost, but there are other flags
to disable this.

I can't test this out though, haven't got SDL set up for development on my
laptop, and my computer's running Linux, but hopefully this helps as a
headstart to anyone wanting to fix this.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?21943>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to