GNOME Bugzilla – Bug 381867
mouse cursor disappear after exit fullscreen mode
Last modified: 2006-12-04 17:24:48 UTC
Steps to reproduce (I did it in eog-ng). 1. open a image; 2. F11 to fullscreen; 3. wait toolbar get hide; 4. press ESC to exit fullscreen. Expected results: Exit fullscreen and show mouse cursor What happen: Exit fullscreen and mouse cursor is HIDE.
Created attachment 77580 [details] [review] patch to fix mouse hide on exit fullscreen
Thanks! I commited it to the eog-ng branch with a little change to avoid a compiler warning. HEAD is unaffected by this. 2006-12-04 Felix Riemann * shell/eog-window.c: (eog_window_stop_fullscreen): Unhide mouse cursor upon leaving fullscreen mode. Fixes bug #381867. Patch by Bruno Boaventura.