From f21101b98ccd509b4a416723b956158042b7f6e7 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 3 May 2026 09:34:18 +1200 Subject: Add stuff --- include/saffronwebkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/saffronwebkit.h') diff --git a/include/saffronwebkit.h b/include/saffronwebkit.h index d15ace5..73cf22c 100644 --- a/include/saffronwebkit.h +++ b/include/saffronwebkit.h @@ -64,7 +64,7 @@ typedef struct { SFWKContext* sfwk_init(); // can return NULL! be careful! -void sfwk_process_event(SFWKContext* context, SFWKWebView* webview, SDL_Event* event); // the user needs to attach this to a saffron_hook_sdl_all_events +bool sfwk_process_event(SFWKContext* context, SFWKWebView* webview, SDL_Event* event); // the user needs to attach this to a saffron_hook_sdl_all_events SFWKWebView* sfwk_webview_new(SFWKContext* context, const char* url, int w, int h); -- cgit v1.2.3