aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/desktop/transaction.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h
index af28169e..7dd58ba8 100644
--- a/include/sway/desktop/transaction.h
+++ b/include/sway/desktop/transaction.h
@@ -51,10 +51,4 @@ void transaction_notify_view_ready_by_serial(struct sway_view *view,
51void transaction_notify_view_ready_by_geometry(struct sway_view *view, 51void transaction_notify_view_ready_by_geometry(struct sway_view *view,
52 double x, double y, int width, int height); 52 double x, double y, int width, int height);
53 53
54/**
55 * Unconditionally notify the transaction system that a view is ready for the
56 * new layout.
57 */
58void transaction_notify_view_ready_immediately(struct sway_view *view);
59
60#endif 54#endif