diff src/img.h @ 109:f05330267c66

Use stdint types.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 12:59:23 +0300
parents a68786b9c74b
children
line wrap: on
line diff
--- a/src/img.h	Mon Oct 06 12:46:32 2014 +0300
+++ b/src/img.h	Mon Oct 06 12:59:23 2014 +0300
@@ -8,7 +8,7 @@
 #define YH_IMG
 
 
-typedef u8 img_pixel_t;
+typedef uint8_t img_pixel_t;
 typedef unsigned short img_dim_t;
 class Img_priv;