Skip to content

Commit

Permalink
[feenkcom/gtoolkit#3849] init gtk on the main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
syrel committed Jul 19, 2024
1 parent 919021c commit 725448c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/GToolkit-WebView/GtWebViewLibrary.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ GtWebViewLibrary >> primInitEnvLogger [

{ #category : #'private - ffi' }
GtWebViewLibrary >> primInitGtk [
^ self ffiCall: #(void webview_init_gtk())
^ self
ffiCall: #(void webview_init_gtk())
options: #(optEventLoop)
]

{ #category : #'private - ffi' }
Expand Down

0 comments on commit 725448c

Please sign in to comment.