Skip to content

Commit

Permalink
fix: WindowEventID
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladar4 committed Sep 1, 2015
1 parent 00ea4fd commit b74749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdl2/events.nim
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ type
kind*: EventKind ## `WINDOWEVENT`
timestamp*: uint32
windowID*: uint32 ## The associated window
event*: uint8 ## WindowEventID
event*: WindowEventID ## WindowEventID
padding1*: uint8
padding2*: uint8
padding3*: uint8
Expand Down

0 comments on commit b74749b

Please sign in to comment.