summaryrefslogtreecommitdiffstats
path: root/app/gtk_dnd_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/gtk_dnd_util.h')
-rw-r--r--app/gtk_dnd_util.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/gtk_dnd_util.h b/app/gtk_dnd_util.h
index 4b6155e..efa249c 100644
--- a/app/gtk_dnd_util.h
+++ b/app/gtk_dnd_util.h
@@ -31,7 +31,11 @@ class GtkDndUtil {
// apps.
NETSCAPE_URL = 1 << 7,
- INVALID_TARGET = 1 << 8,
+ // Used for drag-out download.
+ TEXT_PLAIN_NO_CHARSET = 1 << 8,
+ DIRECT_SAVE_FILE = 1 << 9,
+
+ INVALID_TARGET = 1 << 10,
};
// Get the atom for a given target (of the above enum type). Will return NULL