5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 11:43:20 +08:00

Fix typo in webview.h

This commit is contained in:
Lea Anthony 2021-03-27 21:01:37 +11:00
parent 0bbf1fd098
commit 074961d139
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -399,7 +399,7 @@ struct webview_priv
WEBVIEW_API void webview_focus(struct webview *w)
{
gtk_window_present(GTK_WINDOW(w->priv.window))
gtk_window_present(GTK_WINDOW(w->priv.window));
}
WEBVIEW_API void webview_set_fullscreen(struct webview *w, int fullscreen)