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