Merge commit 'Dieterbe/experimental' into new_experimental
[uzbl-mobile] / uzbl.h
diff --git a/uzbl.h b/uzbl.h
index eba060e..d67a84e 100644 (file)
--- a/uzbl.h
+++ b/uzbl.h
@@ -137,6 +137,7 @@ typedef struct {
     gchar*   socket_dir;
     gchar*   download_handler;
     gchar*   cookie_handler;
+    gchar*   new_window;
     gboolean always_insert_mode;
     gboolean show_status;
     gboolean insert_mode;
@@ -171,6 +172,7 @@ typedef struct {
     gchar*   cmd_indicator;
     GString* html_buffer;
     guint    html_timeout;
+    gboolean print_version;
 
     /* command list: name -> Command  */
     GHashTable* commands;
@@ -493,6 +495,9 @@ static void
 cmd_cookie_handler();
 
 static void
+cmd_new_window();
+
+static void
 move_statusbar();
 
 static void