WIP put width/height in surface
This commit is contained in:
parent
53af3af200
commit
4806cff440
2 changed files with 10 additions and 9 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#define OUTPUT_LAYER 1
|
||||
|
||||
struct surface {
|
||||
int width, height;
|
||||
|
||||
struct wl_surface *wl_surface;
|
||||
struct xdg_surface *xdg_surface;
|
||||
struct xdg_toplevel *xdg_toplevel;
|
||||
|
|
@ -25,7 +27,6 @@ struct surface_list {
|
|||
};
|
||||
|
||||
struct client_state {
|
||||
int width, height;
|
||||
int running;
|
||||
int output_type;
|
||||
/* Globals */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue