make the whole xdg/dev directories /configs etc more sense making. now theres just...
[uzbl-mobile] / uzbl.h
diff --git a/uzbl.h b/uzbl.h
index f238c1a..2e7ccf9 100644 (file)
--- a/uzbl.h
+++ b/uzbl.h
@@ -77,6 +77,7 @@ typedef struct {
     GtkAdjustment* bar_h; // and scrolling position
     WebKitWebView* web_view;
     gchar*         main_title;
+    gchar*         icon;
 
     /* WebInspector */
     GtkWidget *inspector_window;
@@ -146,10 +147,10 @@ typedef struct {
     guint    http_debug;
     gchar*   shell_cmd;
     /* WebKitWebSettings exports */
-    gfloat   zoom_level;
     guint    font_size;
     guint    monospace_size;
     guint    minimum_font_size;
+    gfloat   zoom_level;
     guint    disable_plugins;
     guint    disable_scripts;
     guint    autoload_img;    
@@ -461,6 +462,9 @@ static void
 set_proxy_url();
 
 static void
+set_icon();
+
+static void
 cmd_cookie_handler();
 
 static void
@@ -478,6 +482,8 @@ cmd_max_conns();
 static void
 cmd_max_conns_host();
 
+/* exported WebKitWebSettings properties */
+
 static void
 cmd_font_size();