aboutsummaryrefslogtreecommitdiff
path: root/sdl2/blendmode.ha
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sdl2/blendmode.ha2
1 files changed, 1 insertions, 1 deletions
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,