sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 7dfaca59a499cd9f8c5f2ababe0418c7c090a20b
parent 77782f385265365b01133aca0128d100801b3f83
Author: Lars Niesen <lars.niesen@gmx.de>
Date:   Tue, 14 Dec 2021 08:22:03 +0100

[surf][patches][zoommtg-handler] fixed tabs and whitespaces

Diffstat:
Msurf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/surf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff b/surf.suckless.org/patches/zoommtg-handler/surf-zoommtghandler-2.1.diff @@ -33,7 +33,7 @@ index af0fa74..338045c 100644 G_CALLBACK(initwebextensions), c); + webkit_web_context_register_uri_scheme(context, "zoommtg", -+ (WebKitURISchemeRequestCallback)handle_zoommtg, NULL, NULL); ++ (WebKitURISchemeRequestCallback)handle_zoommtg, NULL, NULL); + v = g_object_new(WEBKIT_TYPE_WEB_VIEW, "settings", settings, @@ -42,7 +42,7 @@ index af0fa74..338045c 100644 gtk_main_quit(); } -+void ++void +handle_zoommtg(WebKitURISchemeRequest *request) +{ + char* uri = webkit_uri_scheme_request_get_uri (request);