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