diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-03-08 19:30:02 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-03-12 20:03:19 -0400 |
commit | 0cc688aa92b8fe5452b63fb49c51204498a2988b (patch) | |
tree | e86c9e31bf030b04d106b9c83412c8082e5ebe85 /gdk/gdkdnd.h | |
parent | 563eb60666d9f72c38d7542b0ab37841e6aac488 (diff) | |
download | gtk+-0cc688aa92b8fe5452b63fb49c51204498a2988b.tar.gz |
Drop the Motif DND protocol
The implementation is not working and unused, since XDND is the
de-facto standard under X nowadays.
https://bugzilla.gnome.org/show_bug.cgi?id=695476
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index c9fa16a0e8..3cadc200ef 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -66,7 +66,7 @@ typedef enum /** * GdkDragProtocol: * @GDK_DRAG_PROTO_NONE: no protocol. - * @GDK_DRAG_PROTO_MOTIF: The Motif DND protocol. + * @GDK_DRAG_PROTO_MOTIF: The Motif DND protocol. No longer supported * @GDK_DRAG_PROTO_XDND: The Xdnd protocol. * @GDK_DRAG_PROTO_ROOTWIN: An extension to the Xdnd protocol for * unclaimed root window drops. |