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.
This commit is contained in:
Jonathan Strander 2011-01-30 12:28:06 -06:00 committed by Owen W. Taylor
parent 0244c6d5b8
commit 2bcdae4d5d

View File

@ -24,6 +24,7 @@
#define __NA_TRAY_CHILD_H__
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
#include <gdk/gdkx.h>
G_BEGIN_DECLS