Added -geometry option and geometry variable
[uzbl-mobile] / uzbl.h
diff --git a/uzbl.h b/uzbl.h
index d19ceb3..c081cd9 100644 (file)
--- a/uzbl.h
+++ b/uzbl.h
@@ -65,6 +65,7 @@ typedef struct {
 /* gui elements */
 typedef struct {
     GtkWidget*     main_window;
+    gchar*         geometry;
     GtkPlug*       plug;
     GtkWidget*     scrolled_win;
     GtkWidget*     vbox;
@@ -569,4 +570,7 @@ cmd_inject_html();
 static void 
 cmd_caret_browsing();
 
+static void
+cmd_set_geometry();
+
 /* vi: set et ts=4: */