Class
PhocLayoutTransaction
[−]
Instance methods
phoc_layout_transaction_add_layer_dirty
Invoked by layer surfaces when they want to become part of a layout transaction. If the number of outstanding configures isn’t 0 we consider the transaction dirty (in progress).
phoc_layout_transaction_notify_layer_configured
Invoked by layer surfaces when they handle a commit and they were part of a transaction. If the number of outstanding configures drops to 0 we apply the transaction.
[+]