mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Merge pull request #2957 from RyanDwyer/rebase-cursor-after-map
Rebase the cursor after mapping a view
This commit is contained in:
commit
46fc4ba4e3
5 changed files with 63 additions and 11 deletions
|
|
@ -28,6 +28,13 @@ struct sway_view;
|
|||
*/
|
||||
void transaction_commit_dirty(void);
|
||||
|
||||
/**
|
||||
* Same as above, but runs the specific callback when the transaction is
|
||||
* applied.
|
||||
*/
|
||||
void transaction_commit_dirty_with_callback(
|
||||
void (*callback)(void *data), void *data);
|
||||
|
||||
/**
|
||||
* Notify the transaction system that a view is ready for the new layout.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue