diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-12-05 21:58:23 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:54 -0500 |
commit | ac7d55c9483d727b3e0b612b0188697dda009c71 (patch) | |
tree | 27f729fcdd35115f3739b628c436985e9640a874 /gdk/x11/gdkdnd-x11.c | |
parent | 49273f227770052f99dcb4be6fbe8224712d0944 (diff) | |
download | gtk+-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.c | 11 |
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; |