WIP progress towards layer
This commit is contained in:
parent
5fcd796e74
commit
9cb10980e3
2 changed files with 52 additions and 27 deletions
|
|
@ -25,6 +25,7 @@ struct surface_list {
|
|||
};
|
||||
|
||||
struct client_state {
|
||||
// TODO: move this to surface
|
||||
int width, height;
|
||||
int running;
|
||||
int output_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue