mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Made tray_menu_destroy available in GTK3 builds to avoid implicit declaration errors during tray menu cleanup callbacks.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user