From 5c99612305a3042d7096123619a83346492eadf3 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Oct 2013 14:39:39 +0200 Subject: notification_area: Add GTK3 support --- applets/notification_area/na-tray-manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/notification_area/na-tray-manager.h') diff --git a/applets/notification_area/na-tray-manager.h b/applets/notification_area/na-tray-manager.h index 19d03081..e98c4848 100644 --- a/applets/notification_area/na-tray-manager.h +++ b/applets/notification_area/na-tray-manager.h @@ -52,6 +52,9 @@ struct _NaTrayManager #ifdef GDK_WINDOWING_X11 GdkAtom selection_atom; Atom opcode_atom; +#if GTK_CHECK_VERSION (3, 0, 0) + Atom message_data_atom; +#endif #endif GtkWidget *invisible; -- cgit v1.2.1