AROS icon indicating copy to clipboard operation
AROS copied to clipboard

Different handling of fullscreen option in X11 and SDL HIDD

Open mattrust opened this issue 5 years ago • 1 comments

X11 HIDD has the option "--fullscreen" as command line option of AROSBootStrap SDL HIDD has "fullscreen" as icon tooltype and ReadArgs() argument.

I'm suggesting to unify that.

mattrust avatar Jan 02 '21 11:01 mattrust

IMHO, the drivers should always expose both windowed and fullscreen display modes, and use an ENV variable to disable either, or alter the behaviour (chose FULLSCREEN over Windowed for instance)

Kalamatee avatar Jan 03 '21 23:01 Kalamatee