1 Commits

Author SHA1 Message Date
c752b06374 Fix X11 tray click behavior 2026-07-08 15:55:37 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ chanview_apply_theme (chanview *cv)
chanview_set_font_desc (cv, font);
theme_manager_apply_channel_tree_style (w,
theme_manager_get_channel_tree_palette_behavior (cv->font_desc));
theme_manager_get_channel_tree_palette_behavior (font));
}
static void

View File

@@ -71,7 +71,7 @@ typedef enum
WS_HIDDEN
} WinStatus;
#if !defined(WIN32) && (defined(HAVE_AYATANA_APPINDICATOR) || defined(HAVE_APPINDICATOR))
#if !defined(WIN32) && (defined(HAVE_AYATANA_APPINDICATOR) || defined(HAVE_APPINDICATOR)) && !defined(GDK_WINDOWING_X11)
#define HAVE_APPINDICATOR_BACKEND 1
#else
#define HAVE_APPINDICATOR_BACKEND 0