From 2355c20e92d6f47100323e3394d565f8e8bf70dc Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Wed, 19 Apr 2017 16:05:39 +0200 Subject: Add a configure option for default window size --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6d3135e..0ade76e 100644 --- a/config.def.h +++ b/config.def.h @@ -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; -- cgit v1.2.3