Add a configure option for default window size

This commit is contained in:
Quentin Rameau
2017-04-19 16:05:39 +02:00
parent b814567e2b
commit 2355c20e92
2 changed files with 4 additions and 1 deletions
+3
View 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;