diff options
| author | Arslaan Pathan <[email protected]> | 2026-05-03 09:34:18 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-05-03 09:34:18 +1200 |
| commit | f21101b98ccd509b4a416723b956158042b7f6e7 (patch) | |
| tree | 98fc164b60f0dfe2cf11fa42a782b9952c668ef7 /include/saffronwebkit.h | |
| parent | c622d906e7aafb66477a784ac14eda3ebf50d135 (diff) | |
| download | saffronwebkit-f21101b98ccd509b4a416723b956158042b7f6e7.tar.xz saffronwebkit-f21101b98ccd509b4a416723b956158042b7f6e7.zip | |
Add stuff
Diffstat (limited to 'include/saffronwebkit.h')
| -rw-r--r-- | include/saffronwebkit.h | 2 |
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); |
