mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-15 06:59:51 -05:00
cage: hook up cursor motion handler
This commit is contained in:
parent
d683e2904f
commit
2899abf95f
2 changed files with 36 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ struct cg_server {
|
|||
|
||||
struct cg_seat *seat;
|
||||
struct wl_listener new_input;
|
||||
struct wl_listener cursor_motion;
|
||||
|
||||
/* Includes disabled outputs. */
|
||||
struct wl_list outputs; // cg_output::link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue