diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-06-27 17:46:03 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-06-27 17:46:03 +1000 |
commit | be86d3aba602fef7b51fafa8a6e7a39d1e49817f (patch) | |
tree | ba4e3debd236eb39337cd4f59772b2eaf260195f /include | |
parent | 61c118768564eec07ac16494d90f567e75ea60cf (diff) |
Remove transaction_add_damage
Instead, damage each container when applying the transaction.
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/desktop/transaction.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h index b1da86f1..fcfed297 100644 --- a/include/sway/desktop/transaction.h +++ b/include/sway/desktop/transaction.h @@ -31,13 +31,6 @@ void transaction_add_container(struct sway_transaction *transaction, struct sway_container *container); /** - * Add a box to be damaged when the transaction is applied. - * The box should be in layout coordinates. - */ -void transaction_add_damage(struct sway_transaction *transaction, - struct wlr_box *box); - -/** * Submit a transaction to the client views for configuration. */ void transaction_commit(struct sway_transaction *transaction); |