From bcd783c022944ea2a71e0e710299198d48c6b081 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Trey=20Dempsey=C2=A0?= <> Date: Sun, 10 May 2020 12:15:36 +0100 Subject: [PATCH] Hide main window while in fullscreen Hide the original main window in the list of windows while alt-tabbing in Gnome. --- src/fullscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1