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