summaryrefslogtreecommitdiff
path: root/src/totem-interface.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2011-01-30 16:44:10 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2011-02-02 09:53:09 +0100
commitddb9c8bf71f344759e12627aeb3de1f26a4a58ce (patch)
tree0aee27802071230c2fcaaac88687b946ac2f653f /src/totem-interface.c
parentca6b85a24bc20deb6b78ac7f8f8dd5908b2a9f4b (diff)
downloadtotem-ddb9c8bf71f344759e12627aeb3de1f26a4a58ce.tar.gz
Fix the build with recent GTK+
And bump GTK+ requirements to 2.99.3 https://bugzilla.gnome.org/show_bug.cgi?id=640947
Diffstat (limited to 'src/totem-interface.c')
-rw-r--r--src/totem-interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-interface.c b/src/totem-interface.c
index 5d2b42d1e..a17fef5b7 100644
--- a/src/totem-interface.c
+++ b/src/totem-interface.c
@@ -43,7 +43,7 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <gdk/gdkx.h>
+#include <gtk/gtkx.h>
#include "totem-interface.h"
@@ -293,7 +293,7 @@ totem_gtk_plug_get_toplevel (GtkPlug *plug)
{
Window root, parent, *children;
guint nchildren;
- GdkNativeWindow xid;
+ Window xid;
g_return_val_if_fail (GTK_IS_PLUG (plug), NULL);