aboutsummaryrefslogtreecommitdiff
path: root/include/saffronwebkit.h
diff options
context:
space:
mode:
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 3b6a64c..a90a7c3 100644
--- a/include/saffronwebkit.h
+++ b/include/saffronwebkit.h
@@ -69,7 +69,7 @@ typedef struct {
SFWKContext* sfwk_init(); // can return NULL! be careful!
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);
+WebKitWebView* sfwk_webview_get_wkwebview(SFWKWebView* webview);
#endif