[gtk+/wayland-selections: 2/15] gdk: Add GDK_DRAG_PROTO_WAYLAND
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wayland-selections: 2/15] gdk: Add GDK_DRAG_PROTO_WAYLAND
- Date: Thu, 28 Aug 2014 19:23:26 +0000 (UTC)
commit 76f0bfce610c7612f36abb058f072198dc3dbb5e
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]