From 0a8976156a037bc2ec2d4d10f33334ada36eac9d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 3 Mar 2017 14:30:39 +0000 Subject: split out browser window drag context into separate structure --- include/netsurf/browser_window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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, -- cgit v1.2.3