From 260b9effb19fe85604f05ccf0be18795fd2bc782 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 22 Sep 2023 14:27:12 +0200 Subject: all: fix build errors --- sdl2/video.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdl2/video.ha') 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 { -- cgit v1.2.3