mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 05:00:19 +00:00
Modify GTK3 status icon definitions for Windows
Updated conditional compilation for GTK3 on Windows to exclude appindicator backend.
This commit is contained in:
committed by
GitHub
parent
bd707e7514
commit
a53ac4479b
@@ -111,7 +111,7 @@ typedef GdkPixbuf* TrayCustomIcon;
|
|||||||
#define ICON_HILIGHT pix_tray_highlight
|
#define ICON_HILIGHT pix_tray_highlight
|
||||||
#define ICON_FILE pix_tray_fileoffer
|
#define ICON_FILE pix_tray_fileoffer
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_GTK3 && defined(WIN32) && defined(GTK_DISABLE_DEPRECATED)
|
#if HAVE_GTK3 && defined(WIN32) && defined(GTK_DISABLE_DEPRECATED) && !HAVE_APPINDICATOR_BACKEND
|
||||||
GtkStatusIcon *gtk_status_icon_new_from_pixbuf (GdkPixbuf *pixbuf);
|
GtkStatusIcon *gtk_status_icon_new_from_pixbuf (GdkPixbuf *pixbuf);
|
||||||
void gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon, GdkPixbuf *pixbuf);
|
void gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon, GdkPixbuf *pixbuf);
|
||||||
void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon, const gchar *text);
|
void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon, const gchar *text);
|
||||||
|
|||||||
Reference in New Issue
Block a user