diff src/dmlib.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 985225a93aeb
children 1b439304ff3c
line wrap: on
line diff
--- a/src/dmlib.h	Fri Feb 27 05:33:48 2015 +0200
+++ b/src/dmlib.h	Fri Feb 27 06:10:16 2015 +0200
@@ -166,7 +166,7 @@
 #elif (SDL_BYTEORDER == SDL_LIL_ENDIAN)
     Uint8 r,g,b,a;
 #endif
-} DMRGBA32;
+} DMColor;
 
 
 typedef float DMFloat;