mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Rebase cursor when a layer surface maps
Also removes an extraneous arrange_outputs call, it's already called if necessary in arrange_layers. Updates https://github.com/swaywm/sway/issues/3080
This commit is contained in:
parent
e4e579ea36
commit
06e03ed878
4 changed files with 20 additions and 10 deletions
|
|
@ -72,6 +72,7 @@ struct sway_cursor *sway_cursor_create(struct sway_seat *seat);
|
|||
* This chooses a cursor icon and sends a motion event to the surface.
|
||||
*/
|
||||
void cursor_rebase(struct sway_cursor *cursor);
|
||||
void cursor_rebase_all(void);
|
||||
|
||||
void cursor_handle_activity(struct sway_cursor *cursor);
|
||||
void cursor_unhide(struct sway_cursor *cursor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue