summaryrefslogtreecommitdiff
path: root/src/core/geometry_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/geometry_type.hpp')
-rw-r--r--src/core/geometry_type.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/geometry_type.hpp b/src/core/geometry_type.hpp
index 6258ffd1d..db8083538 100644
--- a/src/core/geometry_type.hpp
+++ b/src/core/geometry_type.hpp
@@ -25,8 +25,8 @@ struct Point {
/** Dimensions (a width and height) of a rectangle in 2D */
struct Dimension {
- int width;
- int height;
+ uint width;
+ uint height;
};
/** Specification of a rectangle with absolute coordinates of all edges */