summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tofi.h')
-rw-r--r--src/tofi.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tofi.h b/src/tofi.h
index 519dcf6..63d9e6b 100644
--- a/src/tofi.h
+++ b/src/tofi.h
@@ -34,8 +34,10 @@ struct tofi {
uint32_t width;
uint32_t height;
uint32_t scale;
- int32_t x;
- int32_t y;
+ int32_t margin_top;
+ int32_t margin_bottom;
+ int32_t margin_left;
+ int32_t margin_right;
} window;
/* Keyboard state */