|
|
@ -377,9 +377,11 @@ static void set_instructions_ready(struct sway_view *view, int index) {
|
|
|
|
for (int i = 0; i <= index; ++i) {
|
|
|
|
for (int i = 0; i <= index; ++i) {
|
|
|
|
struct sway_transaction_instruction *instruction =
|
|
|
|
struct sway_transaction_instruction *instruction =
|
|
|
|
view->swayc->instructions->items[i];
|
|
|
|
view->swayc->instructions->items[i];
|
|
|
|
|
|
|
|
if (!instruction->ready) {
|
|
|
|
set_instruction_ready(instruction);
|
|
|
|
set_instruction_ready(instruction);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void transaction_notify_view_ready(struct sway_view *view, uint32_t serial) {
|
|
|
|
void transaction_notify_view_ready(struct sway_view *view, uint32_t serial) {
|
|
|
|
for (int i = 0; i < view->swayc->instructions->length; ++i) {
|
|
|
|
for (int i = 0; i < view->swayc->instructions->length; ++i) {
|
|
|
|