From: Trey Dempsey  <> Date: Sun, 10 May 2020 11:15:36 +0000 (+0100) Subject: Hide main window while in fullscreen X-Git-Tag: v1.6~50 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=bcd783c022944ea2a71e0e710299198d48c6b081 Hide main window while in fullscreen Hide the original main window in the list of windows while alt-tabbing in Gnome. --- diff --git a/src/fullscreen.h b/src/fullscreen.h index bdea944b..1e9650f1 100644 --- a/src/fullscreen.h +++ b/src/fullscreen.h @@ -24,7 +24,7 @@ #define FULL_SCREEN_HIDE_MOUSE_DELAY 3000 #define FULL_SCREEN_BUSY_MOUSE_DELAY 200 - +#define HIDE_WINDOW_IN_FULLSCREEN FullScreenData *fullscreen_start(GtkWidget *window, ImageWindow *imd, void (*stop_func)(FullScreenData *, gpointer), gpointer stop_data);