X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=0ade76e2bf5995a13f059e55de95d34fe23d4197;hb=2355c20e92d6f47100323e3394d565f8e8bf70dc;hp=6d3135ef4000a15a172dc3353c09cfab01ea64c3;hpb=4c41d363b761999a8af864b4e20218f0625d940f;p=surf.git 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;