summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-23 16:58:26 (GMT)
committerMatthias Clasen <mclasen@redhat.com>2010-12-23 16:58:26 (GMT)
commit120915d6deff05c0154c9d44c3903a8a6e1b3036 (patch)
tree811b0a19771a4182eed75c4b7492536475976173
parente2361108f4e295818578f53f7d7b7231ceeadbb7 (diff)
downloadgtk+-120915d6deff05c0154c9d44c3903a8a6e1b3036.zip
gtk+-120915d6deff05c0154c9d44c3903a8a6e1b3036.tar.xz
Reinstate the implementation of gdk_window_foreign_new_for_display
This was accidentally dropped when introducing gdk_x11_window_foreign_new_for_display().
-rw-r--r--gdk/x11/gdkwindow-x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index d84e0e0..c2c32f0 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -880,6 +880,7 @@ GdkWindow *
gdk_window_foreign_new_for_display (GdkDisplay *display,
GdkNativeWindow anid)
{
+ return gdk_x11_window_foreign_new_for_display (display, anid);
}
/**