summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-12-05 21:58:23 +0100
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:06:54 -0500
commitac7d55c9483d727b3e0b612b0188697dda009c71 (patch)
tree27f729fcdd35115f3739b628c436985e9640a874 /gdk/x11/gdkdnd-x11.c
parent49273f227770052f99dcb4be6fbe8224712d0944 (diff)
downloadgtk+-ac7d55c9483d727b3e0b612b0188697dda009c71.tar.gz
Convert all gdk_window methods to vtable calls
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r--gdk/x11/gdkdnd-x11.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c
index f8f2e139af..cae3420e61 100644
--- a/gdk/x11/gdkdnd-x11.c
+++ b/gdk/x11/gdkdnd-x11.c
@@ -3930,15 +3930,8 @@ gdk_drop_finish (GdkDragContext *context,
}
}
-
-/**
- * gdk_window_register_dnd:
- * @window: a #GdkWindow.
- *
- * Registers a window as a potential drop destination.
- */
-void
-gdk_window_register_dnd (GdkWindow *window)
+void
+_gdk_x11_window_register_dnd (GdkWindow *window)
{
static const gulong xdnd_version = 5;
MotifDragReceiverInfo info;