From 4083009ff483e49d57aae46f0a970e602e8d49f9 Mon Sep 17 00:00:00 2001 From: Noah Cain Date: Mon, 15 Mar 2021 20:57:42 -0700 Subject: [PATCH] Remove GTK header --- linux/my_application.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/my_application.cc b/linux/my_application.cc index 61f7db9d..0d76cdf2 100644 --- a/linux/my_application.cc +++ b/linux/my_application.cc @@ -27,7 +27,7 @@ static void my_application_activate(GApplication* application) { // in case the window manager does more exotic layout, e.g. tiling. // If running on Wayland assume the header bar will work (may need changing // if future cases occur). - gboolean use_header_bar = TRUE; + gboolean use_header_bar = false; #ifdef GDK_WINDOWING_X11 GdkScreen *screen = gtk_window_get_screen(window); if (GDK_IS_X11_SCREEN(screen)) {