Add a configure option for default window size
[surf.git] / config.def.h
index 6d3135e..0ade76e 100644 (file)
@@ -42,6 +42,9 @@ static UriParameters uriparams[] = {
        }, },
 };
 
+/* default window size: width, height */
+static int winsize[] = { 800, 600 };
+
 static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
                                     WEBKIT_FIND_OPTIONS_WRAP_AROUND;