Fix X11 tray click behavior

This commit is contained in:
2026-07-08 15:55:37 -06:00
parent e0b159c069
commit c752b06374

View File

@@ -71,7 +71,7 @@ typedef enum
WS_HIDDEN WS_HIDDEN
} WinStatus; } 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 #define HAVE_APPINDICATOR_BACKEND 1
#else #else
#define HAVE_APPINDICATOR_BACKEND 0 #define HAVE_APPINDICATOR_BACKEND 0