Re: [PATCH] UI/GTK: full-screen after wait for hiding of tabs and menu_bar

2024-11-03 Thread Marc-André Lureau
Hi On Sat, Nov 2, 2024 at 8:05 AM Edmund Raile via wrote: > Wait for hiding of GTK notebook tabs and GTK menu_bar before entering > full-screen due to asynchronous nature of GTK. > > prevent: > * full-screen window overlap onto monitor below > * black bar on top of full-screen guest display >

[PATCH] UI/GTK: full-screen after wait for hiding of tabs and menu_bar

2024-11-01 Thread Edmund Raile via
Wait for hiding of GTK notebook tabs and GTK menu_bar before entering full-screen due to asynchronous nature of GTK. prevent: * full-screen window overlap onto monitor below * black bar on top of full-screen guest display * misallignment of host-drawn guest cursor and invisible guest cursor Si