aboutsummaryrefslogtreecommitdiff
path: root/sdl2/video.ha
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-09-22 14:27:12 +0200
committerDrew DeVault <sir@cmpwn.com>2023-09-22 14:27:12 +0200
commit260b9effb19fe85604f05ccf0be18795fd2bc782 (patch)
tree283fc37827b7f0c4eacd8672383ebe0c89c8cdc4 /sdl2/video.ha
parentAdd SDL_CreateTextureFromSurface() (diff)
downloadhare-chip8-260b9effb19fe85604f05ccf0be18795fd2bc782.tar.gz
all: fix build errors
Diffstat (limited to 'sdl2/video.ha')
-rw-r--r--sdl2/video.ha2
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 {