mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
client: add "--window-size-pixels" and "--window-size-chars" options
This commit is contained in:
parent
10eda1faa5
commit
748f98e0c0
3 changed files with 56 additions and 13 deletions
|
|
@ -10,6 +10,9 @@ struct client_argv {
|
|||
};
|
||||
|
||||
struct client_data {
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
uint8_t size_type:1; // Values correspond to enum conf_size_type
|
||||
uint8_t maximized:1;
|
||||
uint8_t fullscreen:1;
|
||||
uint8_t hold:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue