aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorRyan Dwyer <ryandwyer1@gmail.com>2018-06-24 23:01:09 +1000
committerRyan Dwyer <ryandwyer1@gmail.com>2018-06-24 23:01:09 +1000
commit1549fb719ae75a498bf319db45281464e72c759e (patch)
treee5944487928a65b1af3b7dc9a44f1b14250bc0bf /include/sway
parentb6a238c7b70bfb6520c55c480bf6a7e60b4f7db4 (diff)
Implement atomic layout updates for xwayland views
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/desktop/transaction.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/sway/desktop/transaction.h b/include/sway/desktop/transaction.h
index d6adc609..b1da86f1 100644
--- a/include/sway/desktop/transaction.h
+++ b/include/sway/desktop/transaction.h
@@ -50,6 +50,15 @@ void transaction_commit(struct sway_transaction *transaction);
void transaction_notify_view_ready(struct sway_view *view, uint32_t serial);
/**
+ * Notify the transaction system that a view is ready for the new layout, but
+ * identifying the instruction by width and height rather than by serial.
+ *
+ * This is used by xwayland views, as they don't have serials.
+ */
+void transaction_notify_view_ready_by_size(struct sway_view *view,
+ int width, int height);
+
+/**
* Get the texture that should be rendered for a view.
*
* In most cases this will return the normal live texture for a view, but if the