diff src/libgfx.h @ 971:f654435df15e

Rename DMRGBA32 struct to DMColor and remove the original redundant DMColor struct definition.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 06:10:16 +0200
parents 5ac8f5513978
children e4bda4909d72
line wrap: on
line diff
--- a/src/libgfx.h	Fri Feb 27 05:33:48 2015 +0200
+++ b/src/libgfx.h	Fri Feb 27 06:10:16 2015 +0200
@@ -38,13 +38,6 @@
 };
 
 
-// RGBx color struct
-typedef struct
-{
-    Uint8 r, g, b, a;
-} DMColor;
-
-
 // Bitmapped image struct (can be one of types specified by DM_IFMT_*)
 typedef struct
 {