summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-16 08:21:43 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-16 08:25:26 +0100
commit2ba2fcc7b65fb3ac67868001a4e7985530c0459d (patch)
tree47366907aecab3867113ee058cd34c4861eaf27b /desktop/gui.h
parent2a3ff41e1486330e52ad62a45d08fbc49bb542d1 (diff)
downloadnetsurf-2ba2fcc7b65fb3ac67868001a4e7985530c0459d.tar.gz
netsurf-2ba2fcc7b65fb3ac67868001a4e7985530c0459d.tar.bz2
Add selection to enum.
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index dc190952b..9d35e1727 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -44,6 +44,7 @@ typedef enum {
typedef enum {
GDRAGGING_NONE,
GDRAGGING_SCROLLBAR,
+ GDRAGGING_SELECTION,
GDRAGGING_OTHER
} gui_drag_type;