X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=shape.h;h=a76951dbecc0c9152778099102896b3644a5682d;hp=c9a43fab48acc003c9d7084076bb7a9ad1b65294;hb=dc484193a838e27acd32e1cee57313da99fd5786;hpb=8193e09e49bc571f9c61e6e3adf45010271c08d5 diff --git a/shape.h b/shape.h index c9a43fa..a76951d 100644 --- a/shape.h +++ b/shape.h @@ -2,8 +2,8 @@ #include struct shape { - uint32_t w, h; - uint32_t mw; + int w, h; + int mw; uint32_t *mask; };