Re: [hatari-devel] Fullscreen in display setup |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On 14.9.2024 0.01, ragnar76 wrote:
i have a 3 display setup, say display a b and c. If i move hataris
windows to a or c and press F11 there to go fullscreen, the fullscreen
opens on b (which is my primary).
According to "google", there's some multi-display support, but
application would need to use SDL window co-ordinates that are outside
of the screen:
https://stackoverflow.com/questions/41745492/sdl2-how-to-position-a-window-on-a-second-monitor
Is there anything i can do to change this?
Looking at the SDL docs:
* https://wiki.libsdl.org/SDL2/CategoryHints
* https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_hints.h#L380
You could try whether setting suitable coords for
SDL_DISPLAY_USABLE_BOUNDS env var has any effect with your SDL version.
- Eero