summaryrefslogtreecommitdiff
path: root/libwinnie/src/geom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libwinnie/src/geom.h')
-rw-r--r--libwinnie/src/geom.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libwinnie/src/geom.h b/libwinnie/src/geom.h
index 220069d..c40ff82 100644
--- a/libwinnie/src/geom.h
+++ b/libwinnie/src/geom.h
@@ -23,14 +23,14 @@ Author: Eleni Maria Stea <elene.mst@gmail.com>
#define GEOM_H_
struct Rect {
- int x, y;
- int width, height;
+ int x, y;
+ int width, height;
- Rect();
- Rect(int x, int y, int w, int h);
+ Rect();
+ Rect(int x, int y, int w, int h);
};
Rect rect_union(const Rect &a, const Rect &b);
Rect rect_intersection(const Rect &a, const Rect &b);
-#endif // GEOM_H_
+#endif // GEOM_H_