Skip to content

Commit

Permalink
Merge pull request #140 from Jack-Ji/master
Browse files Browse the repository at this point in the history
update to zig 0.12.0-dev.170+750998eef
  • Loading branch information
ikskuh authored Sep 7, 2023
2 parents 602aeb7 + 0c6a94f commit 80e7409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/sdl.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ pub const WindowEvent = struct {
};

const Data = union(Type) {
none: void,
shown: void,
hidden: void,
exposed: void,
Expand All @@ -1108,7 +1109,6 @@ pub const WindowEvent = struct {
close: void,
take_focus: void,
hit_test: void,
none: void,
};

timestamp: u32,
Expand Down

0 comments on commit 80e7409

Please sign in to comment.