mark 'Rgfw.swapBuffers' as reentrant, because calling this function will likely trigger the registered key callbacks
This commit is contained in:
@@ -10,7 +10,7 @@ struct
|
||||
val shouldCloseWindow =
|
||||
_import "shouldCloseWindow" public : window -> bool;
|
||||
val swapBuffers =
|
||||
_import "swapBuffers" public : window -> unit;
|
||||
_import "swapBuffers" public reentrant : window -> unit;
|
||||
val writeClipboard =
|
||||
_import "writeClipboard" public : string * int -> unit;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user