X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fgeom.h;h=9c00b41b2c6df5d6cd5496505715b49439e77a68;hp=8b596ceec142eed73b047f4343d50fb709e9fc91;hb=4047a2dc058e7e54e4ff95311fb556ae8eeeedb9;hpb=d114b136897ca569d819da5f9b75bd08f9cbe2c0 diff --git a/src/geom.h b/src/geom.h index 8b596ce..9c00b41 100644 --- a/src/geom.h +++ b/src/geom.h @@ -2,7 +2,7 @@ #define GEOM_H_ struct Rect { - mutable int x, y; + int x, y; int width, height; };