diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-29 02:08:24 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:33 +0200 |
commit | 2ee8fdb79bcabfaf8e812bbc451ec7ff4a221f1b (patch) | |
tree | 7829ea4a01e98139ba55a366496cd6b3a9136a92 /gtk/gtkxembed.c | |
parent | 7f486231ac4114acf332c4bf4ade2bd9e0155a6f (diff) | |
download | gtk+-2ee8fdb79bcabfaf8e812bbc451ec7ff4a221f1b.tar.gz |
gtk: gdk_drawable_get_display() => gdk_window_get_display()
Diffstat (limited to 'gtk/gtkxembed.c')
-rw-r--r-- | gtk/gtkxembed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkxembed.c b/gtk/gtkxembed.c index 127d0fe7f1..22f2d43905 100644 --- a/gtk/gtkxembed.c +++ b/gtk/gtkxembed.c @@ -147,7 +147,7 @@ _gtk_xembed_send_message (GdkWindow *recipient, g_return_if_fail (GDK_IS_WINDOW (recipient)); - display = gdk_drawable_get_display (recipient); + display = gdk_window_get_display (recipient); GTK_NOTE (PLUGSOCKET, g_message ("Sending %s", _gtk_xembed_message_name (message))); |