Skip to content

Commit

Permalink
Adding noescape for window polling
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentFarris committed Jun 10, 2024
1 parent ee2a966 commit 7e4a66f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/windowing/window.win32.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ import (
#cgo noescape window_set_size
#cgo noescape window_remove_border
#cgo noescape window_add_border
#cgo noescape window_poll_controller
#cgo noescape window_poll
#include "windowing.h"
*/
Expand Down

0 comments on commit 7e4a66f

Please sign in to comment.