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:
parent
0244c6d5b8
commit
2bcdae4d5d
@ -24,6 +24,7 @@
|
|||||||
#define __NA_TRAY_CHILD_H__
|
#define __NA_TRAY_CHILD_H__
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
#include <gtk/gtkx.h>
|
||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user