Re: [hatari-devel] Resizable. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On 06/22/2017 10:08 PM, Cocoa Pod wrote:
For information, I'm adding a "Resizable" button in SDL2 options in xib (french & english) and associated code.
A+
Miguel
This is done and runs. But I've questions before send diff file.
-Is it possible to compile Hatari2 for SDL1.2x ?
Yes.
-if yes what I have to do with these three buttons for sdl2 options ?
Resizing works only with SDL2, not with SDL1.
-options SDL2 seems to be enabled at reset only. Is it possible to enable/disable these options without reset ?
It's nothing to do with reset. What changing "Resizable" option
requires, is creating the SDL2 surface, so that window / composition
manager knows to respect that.
- Eero