seat: re-map tablet to output on output change

This commit is contained in:
Jens Peters 2024-01-09 06:58:35 +01:00
parent aa4fb30cf9
commit b340728530
No known key found for this signature in database
3 changed files with 18 additions and 0 deletions

View file

@ -456,6 +456,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);