*in progress*
[winnie] / src / geom.h
index 9c00b41..8b596ce 100644 (file)
@@ -2,7 +2,7 @@
 #define GEOM_H_
 
 struct Rect {
-       int x, y;
+       mutable int x, y;
        int width, height;
 };