summaryrefslogtreecommitdiff
path: root/src/tofi.h
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-21 19:14:47 +0100
committerPhil Jones <philj56@gmail.com>2022-06-21 19:14:47 +0100
commit25b2c9f895fd91fb556809ce513d3681ad279938 (patch)
tree6fa7595308fb26e2e7d61bba95836be496b7557b /src/tofi.h
parent54e90f75203bbf40ec6ac6dd09227e2c6f97cc62 (diff)
Add config file handling.
Single letter style arguments have been removed.
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 */