mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
Implement pointer-constraints-unstable-v1
This commit is contained in:
parent
5cb3d4769c
commit
cedde21c96
8 changed files with 262 additions and 25 deletions
|
|
@ -84,6 +84,12 @@ struct sway_seat {
|
|||
struct wl_list link; // input_manager::seats
|
||||
};
|
||||
|
||||
struct sway_pointer_constraint {
|
||||
struct wlr_pointer_constraint_v1 *constraint;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
struct sway_seat *seat_create(const char *seat_name);
|
||||
|
||||
void seat_destroy(struct sway_seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue