summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-03-03 14:30:39 +0000
committerVincent Sanders <vince@kyllikki.org>2017-03-03 14:45:39 +0000
commit0a8976156a037bc2ec2d4d10f33334ada36eac9d (patch)
tree77310971d9a2e93dd04903cef07067027bc25566 /include
parent6083de4ee1370dbd483e489e4e63ec2a58becc71 (diff)
downloadnetsurf-0a8976156a037bc2ec2d4d10f33334ada36eac9d.tar.gz
netsurf-0a8976156a037bc2ec2d4d10f33334ada36eac9d.tar.bz2
split out browser window drag context into separate structure
Diffstat (limited to 'include')
-rw-r--r--include/netsurf/browser_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h
index 482dcb92c..858d4aeac 100644
--- a/include/netsurf/browser_window.h
+++ b/include/netsurf/browser_window.h
@@ -43,6 +43,9 @@ struct rect;
struct redraw_context;
enum content_debug;
+/**
+ * type of browser window drag in progess
+ */
typedef enum {
DRAGGING_NONE,
DRAGGING_SELECTION,