mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-01 22:58:41 -04:00
cage: hook up input stack
This commit is contained in:
parent
56782e4f94
commit
a7c44caeb6
2 changed files with 97 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue