commit 060c033

Michael Forney  ·  2014-01-14 09:46:22 +0000 UTC
parent ed1778f
buffer: Make pitch a uint32_t
1 files changed,  +1, -2
M wld.h
M wld.h
+1, -2
 1@@ -150,8 +150,7 @@ struct wld_buffer
 2 {
 3     const struct wld_buffer_impl * const impl;
 4 
 5-    uint32_t width, height;
 6-    unsigned long pitch;
 7+    uint32_t width, height, pitch;
 8     enum wld_format format;
 9 
10     struct