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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netsurf/window.h b/include/netsurf/window.h
index 8f14a8c78..a393a3560 100644
--- a/include/netsurf/window.h
+++ b/include/netsurf/window.h
@@ -66,7 +66,8 @@ typedef enum {
typedef enum {
GW_CREATE_NONE = 0, /**< New window */
GW_CREATE_CLONE = (1 << 0), /**< Clone existing window */
- GW_CREATE_TAB = (1 << 1) /**< Create tab in same window as existing */
+ GW_CREATE_TAB = (1 << 1), /**< Create tab in same window as existing */
+ GW_CREATE_FOREGROUND = (1 << 2), /**< Request this window/tab is foregrounded */
} gui_window_create_flags;
/**