mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Use enum for damage debug options
This commit is contained in:
parent
8d1dd03823
commit
f9563d88f3
4 changed files with 14 additions and 12 deletions
|
|
@ -345,9 +345,7 @@ static void set_instruction_ready(
|
|||
}
|
||||
|
||||
instruction->container->instruction = NULL;
|
||||
if (!txn_debug) {
|
||||
transaction_progress_queue();
|
||||
}
|
||||
transaction_progress_queue();
|
||||
}
|
||||
|
||||
void transaction_notify_view_ready_by_serial(struct sway_view *view,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue