From 2bcdae4d5de2489d1940075a1f850353d65abd16 Mon Sep 17 00:00:00 2001 From: Jonathan Strander Date: Sun, 30 Jan 2011 12:28:06 -0600 Subject: [PATCH] Include new GTK+ header for X11 extensions Due to recent GTK+ changes X11 specific code was moved into different headers. As Socket/Plug is X11 only this broke our calls to GtkSocket in the tray code. Fix this by including the new gtkx.h header. --- src/tray/na-tray-child.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tray/na-tray-child.h b/src/tray/na-tray-child.h index 5e4aba853..52b5545f7 100644 --- a/src/tray/na-tray-child.h +++ b/src/tray/na-tray-child.h @@ -24,6 +24,7 @@ #define __NA_TRAY_CHILD_H__ #include +#include #include G_BEGIN_DECLS