cage: hook up input stack

This commit is contained in:
Jente Hidskes 2020-07-08 21:43:20 +02:00
parent 56782e4f94
commit a7c44caeb6
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 97 additions and 0 deletions

View file

@ -5,10 +5,14 @@
#include <wlr/types/wlr_output_layout.h>
#include "desktop/output.h"
#include "input/seat.h"
struct cg_server {
struct wl_display *wl_display;
struct cg_seat *seat;
struct wl_listener new_input;
/* Includes disabled outputs. */
struct wl_list outputs; // cg_output::link
struct wlr_output_layout *output_layout;