diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index e7dc5efa1..42b83e18b 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -77,6 +77,7 @@ extern EphyShell *ephy_shell; * blank. * @EPHY_NEW_TAB_DONT_COPY_HISTORY: do not copy the back-forward history * from the current active tab to the new one. + * @EPHY_NEW_TAB_PRESENT_WINDOW: present the active window. * * Controls how new tabs/windows are created and handled. */ @@ -89,6 +90,7 @@ typedef enum { /* Page mode */ EPHY_NEW_TAB_FULLSCREEN_MODE = 1 << 4, EPHY_NEW_TAB_DONT_SHOW_WINDOW = 1 << 5, + EPHY_NEW_TAB_PRESENT_WINDOW = 1 << 6, /* Tabs */ EPHY_NEW_TAB_APPEND_LAST = 1 << 7, |