aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-24 00:48:53 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-24 00:48:53 -0600
commitd0b919ed5fb7fd42f6f4851443790e5c87116128 (patch)
treeac49cba1a9c4962f3c1215aa950cd4eafd4e876d /src/uzbl-core.h
parent169f53f110ca096d78c986402b5f9237924b8fbc (diff)
allow processes other than uzbl-tabbed to start uzbl-browser instances that appear in -tabbed
not entirely sure that this is useful yet.
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index be8fccd..07b6f99 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -109,6 +109,7 @@ typedef struct {
gchar* executable_path;
gchar* searchtx;
gboolean verbose;
+ gboolean embed;
GdkEventButton* last_button;
gchar* last_result;
gboolean plug_mode;