mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
config: add value_to_dimensions()
This commit is contained in:
parent
d29c3cf7b7
commit
0c0a78498f
2 changed files with 15 additions and 14 deletions
4
config.h
4
config.h
|
|
@ -74,8 +74,8 @@ struct config {
|
|||
|
||||
struct {
|
||||
enum conf_size_type type;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
} size;
|
||||
|
||||
unsigned pad_x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue