diff options
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); |
