mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 03:00: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
|
#endif
|
||||||
|
|
||||||
#if !HAVE_GTK3 || defined(WIN32)
|
|
||||||
static void
|
static void
|
||||||
tray_menu_destroy (GtkWidget *menu, gpointer userdata)
|
tray_menu_destroy (GtkWidget *menu, gpointer userdata)
|
||||||
{
|
{
|
||||||
@@ -1033,7 +1032,6 @@ tray_check_hide (GtkWidget *menu)
|
|||||||
return G_SOURCE_CONTINUE;
|
return G_SOURCE_CONTINUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
tray_menu_settings (GtkWidget * wid, gpointer none)
|
tray_menu_settings (GtkWidget * wid, gpointer none)
|
||||||
|
|||||||
Reference in New Issue
Block a user