From 2276dc7ad067f7af7504783239103c1abd7b4433 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Mon, 7 Feb 2022 13:08:52 +0100 Subject: refactor names from e.g. sdl2::init() to sdl2::SDL_Init() Signed-off-by: Vlad-Stefan Harbuz --- sdl2/blendmode.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdl2/blendmode.ha') diff --git a/sdl2/blendmode.ha b/sdl2/blendmode.ha index 11649cf..25acab6 100644 --- a/sdl2/blendmode.ha +++ b/sdl2/blendmode.ha @@ -1,7 +1,7 @@ // TODO: Flesh me out // The blend mode used in SDL_RenderCopy() and drawing operations. -export type blend_mode = enum { +export type SDL_BlendMode = enum { NONE = 0x00000000, BLEND = 0x00000001, ADD = 0x00000002, -- cgit v1.2.3