Made tray_menu_destroy available in GTK3 builds to avoid implicit declaration errors during tray menu cleanup callbacks.

This commit is contained in:
2026-02-05 15:33:59 -07:00
parent 930e91834f
commit 75d54e25e9

View File

@@ -989,7 +989,6 @@ blink_item (unsigned int *setting, GtkWidget *menu, char *label)
}
#endif
#if !HAVE_GTK3 || defined(WIN32)
static void
tray_menu_destroy (GtkWidget *menu, gpointer userdata)
{
@@ -1033,7 +1032,6 @@ tray_check_hide (GtkWidget *menu)
return G_SOURCE_CONTINUE;
}
#endif
#endif
static void
tray_menu_settings (GtkWidget * wid, gpointer none)