X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=shape.h;h=a76951dbecc0c9152778099102896b3644a5682d;hp=c9a43fab48acc003c9d7084076bb7a9ad1b65294;hb=2bea0659b8edff14f1554d2540780f54ccdc21c9;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; };