X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fgeom.h;h=8b596ceec142eed73b047f4343d50fb709e9fc91;hp=9c00b41b2c6df5d6cd5496505715b49439e77a68;hb=d114b136897ca569d819da5f9b75bd08f9cbe2c0;hpb=a43297a61d69ca5fa5bb7ae8407757da978b4dd4 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; };