summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-19 18:06:13 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-03 05:43:24 +0100
commit4728dd0a9e82607d65837c60e4aef4f6dd989d31 (patch)
treeeb9699ec415d1d5e43c2fddf59bd0d52b153f52d /gdk/gdkinternals.h
parente94b9b9a62571e3fde676b4a4cba8fbaf2219609 (diff)
downloadgtk+-4728dd0a9e82607d65837c60e4aef4f6dd989d31.tar.gz
x11: Add an initial clipboard implementation
This does nothing but download the targets and debug-print them.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 15913d88ba..4dd2c9368f 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -70,7 +70,9 @@ typedef enum {
GDK_DEBUG_FRAMES = 1 << 10,
GDK_DEBUG_SETTINGS = 1 << 11,
GDK_DEBUG_OPENGL = 1 << 12,
- GDK_DEBUG_VULKAN = 1 << 13
+ GDK_DEBUG_VULKAN = 1 << 13,
+ GDK_DEBUG_SELECTION = 1 << 14,
+ GDK_DEBUG_CLIPBOARD = 1 << 15
} GdkDebugFlag;
typedef enum {