Skip to content

Commit ec0b1d8

Browse files
committed
Add accidently removed Window member fn (issue #14)
1 parent 2107fa7 commit ec0b1d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zglfw.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ pub const Window = opaque {
702702
pub const setTitle = zglfw.setWindowTitle;
703703
pub const setIcon = zglfw.setWindowIcon;
704704
pub const shouldClose = zglfw.windowShouldClose;
705+
pub const setShouldClose = zglfw.setWindowShouldClose;
705706
pub const getClipboardString = zglfw.getClipboardString;
706707
pub const setClipboardString = zglfw.setClipboardString;
707708
pub const setCursor = zglfw.setCursor;

0 commit comments

Comments
 (0)