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