aboutsummaryrefslogtreecommitdiff
path: root/include/saffronwebkit.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-05-03 09:34:18 +1200
committerArslaan Pathan <[email protected]>2026-05-03 09:34:18 +1200
commitf21101b98ccd509b4a416723b956158042b7f6e7 (patch)
tree98fc164b60f0dfe2cf11fa42a782b9952c668ef7 /include/saffronwebkit.h
parentc622d906e7aafb66477a784ac14eda3ebf50d135 (diff)
downloadsaffronwebkit-f21101b98ccd509b4a416723b956158042b7f6e7.tar.xz
saffronwebkit-f21101b98ccd509b4a416723b956158042b7f6e7.zip
Add stuff
Diffstat (limited to 'include/saffronwebkit.h')
-rw-r--r--include/saffronwebkit.h2
1 files changed, 1 insertions, 1 deletions
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);