diff options
Diffstat (limited to 'src/tofi.h')
-rw-r--r-- | src/tofi.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -35,11 +35,10 @@ struct tofi { struct { struct surface surface; struct zwlr_layer_surface_v1 *zwlr_layer_surface; - struct image background_image; struct color background_color; struct entry entry; - int32_t width; - int32_t height; + uint32_t width; + uint32_t height; uint32_t scale; bool resize; } window; |