diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-26 07:17:46 +0200 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-09-26 07:17:46 +0200 |
commit | 4a1859161d80530ba62d970f4afab2c10876e3bc (patch) | |
tree | 84127b2218364f38d1113faa554f52f2ed3fb0a4 /src/wlclock.h | |
parent | cf5a15f4678790fcd35aff621ed2957c60781651 (diff) | |
download | wlclock-4a1859161d80530ba62d970f4afab2c10876e3bc.tar.gz wlclock-4a1859161d80530ba62d970f4afab2c10876e3bc.tar.bz2 |
Improve line size configuration
Diffstat (limited to '')
-rw-r--r-- | src/wlclock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlclock.h b/src/wlclock.h index 48a2147..8f75233 100644 --- a/src/wlclock.h +++ b/src/wlclock.h @@ -49,7 +49,7 @@ struct Wlclock enum zwlr_layer_shell_v1_layer layer; struct Wlclock_dimensions dimensions; char *namespace; - int32_t clock_size; + int32_t face_line_size, hand_line_size; int32_t exclusive_zone; int32_t border_top, border_right, border_bottom, border_left; int32_t margin_top, margin_right, margin_bottom, margin_left; |