Re: [hatari-devel] Feedback SDL2 support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Thu, 22 Oct 2015 06:11:45 -0600 (MDT)
schrieb David Savinkoff <dsavnkff@xxxxxxxxx>:
[...]
> > > > > Hi Thomas,
> > > > >
> > > > > Here is a patch that gets Fullsrceen/Windowed toggling (F11)
> > > > > to work significantly better on my CentOS 5 computer. The
> > > > > FULLSCREEN and BORDERLESS flags are necessary to fix
> > > > > two separate problems.
> > > > >
> > > > > Please try this patch on your system to investigate how
> > > > > things change for you.
> > > > >
> > > > > Thank You,
> > > > > David Savinkoff
>
> screen.c.2.diff is the best I can do tonight.
Hi David,
thanks for the testing! ... however, the SDL_WINDOW_FULLSCREEN_DESKTOP
has been used there on purpose - some people (especially Mac OS X guys)
wanted to have that feature with SDL2. But I think I could make it
optional, i.e. selectable with an option in the GUI. I'll try to come
up with a patch when I've got some spare time for this (but I want to
work on the 8-bit rendering removal first).
Regards,
Thomas