summaryrefslogtreecommitdiff
path: root/surf
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-09 15:38:45 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-09 15:38:45 +0900
commit2f0e6dfeea2ac257b5527b7e2808c6771fa91a4d (patch)
treef33707b754349cae73708ab76cc9a65a0d6670af /surf
parentd3a2e03e01d30020514e2891a559d7c96fda326a (diff)
modified surf/config.def.h, modified surf/surf, modified surf/surf.c
Diffstat (limited to 'surf')
-rw-r--r--surf/config.def.h10
-rwxr-xr-xsurf/surfbin84168 -> 84168 bytes
-rw-r--r--surf/surf.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/surf/config.def.h b/surf/config.def.h
index bde6bac..9295ed6 100644
--- a/surf/config.def.h
+++ b/surf/config.def.h
@@ -28,9 +28,9 @@ static Parameter defconfig[ParameterLast] = {
[AccessMicrophone] = { { .i = 0 }, },
[AccessWebcam] = { { .i = 0 }, },
[Certificate] = { { .i = 0 }, },
- [CaretBrowsing] = { { .i = 0 }, },
+ [CaretBrowsing] = { { .i = 1 }, },
[CookiePolicies] = { { .v = "@Aa" }, },
- [DarkMode] = { { .i = 0 }, },
+ [DarkMode] = { { .i = 1 }, },
[DefaultCharset] = { { .v = "UTF-8" }, },
[DiskCache] = { { .i = 1 }, },
[DNSPrefetch] = { { .i = 0 }, },
@@ -44,14 +44,14 @@ static Parameter defconfig[ParameterLast] = {
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 1 }, },
[MediaManualPlay] = { { .i = 1 }, },
- [Notifications] = { { .i = 0 } },
+ [Notifications] = { { .i = 1 } },
[PreferredLanguages] = { { .v = (char *[]){ NULL } }, },
[RunInFullscreen] = { { .i = 0 }, },
[ScrollBars] = { { .i = 1 }, },
[ShowIndicators] = { { .i = 1 }, },
[SiteQuirks] = { { .i = 1 }, },
- [SmoothScrolling] = { { .i = 0 }, },
- [SpellChecking] = { { .i = 0 }, },
+ [SmoothScrolling] = { { .i = 1 }, },
+ [SpellChecking] = { { .i = 1 }, },
[SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, },
[StrictTLS] = { { .i = 1 }, },
[Style] = { { .i = 1 }, },
diff --git a/surf/surf b/surf/surf
index 4eded09..2ef77b9 100755
--- a/surf/surf
+++ b/surf/surf
Binary files differ
diff --git a/surf/surf.c b/surf/surf.c
index 60d1208..4ba7c5c 100644
--- a/surf/surf.c
+++ b/surf/surf.c
@@ -1864,7 +1864,7 @@ parseuri(const gchar *uri)
void
handle_zoommtg(WebKitURISchemeRequest *request)
{
- char* uri = webkit_uri_scheme_request_get_uri (request);
+ const char* uri = webkit_uri_scheme_request_get_uri (request);
Arg a = (Arg)PLUMB(uri);
printf("handleplumb: %s",(char*)a.v);
if (fork() == 0) {