mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
seat: re-map tablet to output on output change
This commit is contained in:
parent
8de5d7e653
commit
17e15ed987
3 changed files with 18 additions and 0 deletions
|
|
@ -460,6 +460,7 @@ void seat_set_pressed(struct seat *seat, struct view *view,
|
|||
struct wlr_scene_node *node, struct wlr_surface *surface,
|
||||
struct wlr_surface *toplevel, uint32_t resize_edges);
|
||||
void seat_reset_pressed(struct seat *seat);
|
||||
void seat_output_layout_changed(struct seat *seat);
|
||||
|
||||
void interactive_begin(struct view *view, enum input_mode mode, uint32_t edges);
|
||||
void interactive_finish(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue