summaryrefslogtreecommitdiff
path: root/include/netsurf/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/window.h')
-rw-r--r--include/netsurf/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netsurf/window.h b/include/netsurf/window.h
index a393a3560..16fd95e30 100644
--- a/include/netsurf/window.h
+++ b/include/netsurf/window.h
@@ -68,6 +68,7 @@ typedef enum {
GW_CREATE_CLONE = (1 << 0), /**< Clone existing window */
GW_CREATE_TAB = (1 << 1), /**< Create tab in same window as existing */
GW_CREATE_FOREGROUND = (1 << 2), /**< Request this window/tab is foregrounded */
+ GW_CREATE_FOCUS_LOCATION = (1 << 3) , /** Request this window/tab focusses the URL input */
} gui_window_create_flags;
/**