Re: [PATCH v3 0/7] ui: rework -show-cursor option

2020-02-08 Thread Ján Tomko
On Fri, Feb 07, 2020 at 11:17:46AM +0100, Gerd Hoffmann wrote: Add -display {sdl,gtk,cocoa},show-cursor=on as replacement for -show-cursor. sdl + cocoa are switched over (no change in behavior), gtk support is added. Gerd Hoffmann (7): ui: add show-cursor option ui: wire up legacy -show-curso

[PATCH v3 0/7] ui: rework -show-cursor option

2020-02-07 Thread Gerd Hoffmann
Add -display {sdl,gtk,cocoa},show-cursor=on as replacement for -show-cursor. sdl + cocoa are switched over (no change in behavior), gtk support is added. Gerd Hoffmann (7): ui: add show-cursor option ui: wire up legacy -show-cursor option ui/sdl: switch to new show-cursor option ui/cocoa: