summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/desktop/transaction.h7
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,
31 struct sway_container *container); 31 struct sway_container *container);
32 32
33/** 33/**
34 * Add a box to be damaged when the transaction is applied.
35 * The box should be in layout coordinates.
36 */
37void transaction_add_damage(struct sway_transaction *transaction,
38 struct wlr_box *box);
39
40/**
41 * Submit a transaction to the client views for configuration. 34 * Submit a transaction to the client views for configuration.
42 */ 35 */
43void transaction_commit(struct sway_transaction *transaction); 36void transaction_commit(struct sway_transaction *transaction);