diff options
Diffstat (limited to '')
| -rw-r--r-- | sdl2/video.ha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/video.ha b/sdl2/video.ha index f60d915..466052e 100644 --- a/sdl2/video.ha +++ b/sdl2/video.ha @@ -2,7 +2,7 @@ use types::c; // The type used to identify a window. (Opaque) -export type SDL_Window = void; +export type SDL_Window = opaque; // The flags on a window export type SDL_WindowFlags = enum u32 { |
