aboutsummaryrefslogtreecommitdiff
path: root/src/common/Font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Font.hpp')
-rw-r--r--src/common/Font.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Font.hpp b/src/common/Font.hpp
index a594add..91afe06 100644
--- a/src/common/Font.hpp
+++ b/src/common/Font.hpp
@@ -5,8 +5,8 @@
struct MonoBitmap {
- int32_t width;
- int32_t height;
+ int32_t w;
+ int32_t h;
std::unique_ptr<uint8_t> pixels;
};