fix
This commit is contained in:
parent
b5fba46c63
commit
278316bbd5
2 changed files with 16 additions and 9 deletions
|
@ -28,7 +28,13 @@ struct server {
|
|||
struct wlr_renderer *renderer;
|
||||
struct wlr_allocator *alloc;
|
||||
|
||||
struct wlr_xdg_shell *xdg_shell;
|
||||
struct wl_listener new_xdg_surface;
|
||||
struct wl_list views;
|
||||
|
||||
struct wlr_cursor *cursor;
|
||||
struct wl_listener cursor_motion;
|
||||
struct wl_listener cursor_button;
|
||||
|
||||
struct wlr_output_layout *output_layout;
|
||||
struct wl_list outputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue