Hide main window while in fullscreen
authorTrey Dempsey  <>
Sun, 10 May 2020 11:15:36 +0000 (12:15 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 10 May 2020 11:15:36 +0000 (12:15 +0100)
Hide the original main window in the list of windows while alt-tabbing in Gnome.

src/fullscreen.h

index bdea944..1e9650f 100644 (file)
@@ -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);