[gtk+/wayland-selections: 8/17] gdk: Add GDK_DRAG_PROTO_WAYLAND



commit 50faa5b5f686679b2a2295e2a3a1e12b950d2360
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Aug 20 21:03:38 2014 +0200

    gdk: Add GDK_DRAG_PROTO_WAYLAND
    
    To be used on the wayland windowing backend as the DnD protocol.

 gdk/gdkdnd.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h
index f5ad510..8871b2a 100644
--- a/gdk/gdkdnd.h
+++ b/gdk/gdkdnd.h
@@ -73,6 +73,7 @@ typedef enum
  * @GDK_DRAG_PROTO_WIN32_DROPFILES: The simple WM_DROPFILES protocol.
  * @GDK_DRAG_PROTO_OLE2: The complex OLE2 DND protocol (not implemented).
  * @GDK_DRAG_PROTO_LOCAL: Intra-application DND.
+ * @GDK_DRAG_PROTO_WAYLAND: Wayland DND protocol.
  *
  * Used in #GdkDragContext to indicate the protocol according to
  * which DND is done.
@@ -85,7 +86,8 @@ typedef enum
   GDK_DRAG_PROTO_ROOTWIN,
   GDK_DRAG_PROTO_WIN32_DROPFILES,
   GDK_DRAG_PROTO_OLE2,
-  GDK_DRAG_PROTO_LOCAL
+  GDK_DRAG_PROTO_LOCAL,
+  GDK_DRAG_PROTO_WAYLAND
 } GdkDragProtocol;
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]