mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Use hard tabs
This commit is contained in:
parent
651d579c30
commit
8f6ffa1419
2 changed files with 3 additions and 3 deletions
2
output.c
2
output.c
|
|
@ -273,7 +273,7 @@ handle_output_damage_frame(struct wl_listener *listener, void *data)
|
|||
pixman_region32_fini(&frame_damage);
|
||||
|
||||
if (!wlr_output_commit(output->wlr_output)) {
|
||||
wlr_log(WLR_ERROR, "Could not commit output");
|
||||
wlr_log(WLR_ERROR, "Could not commit output");
|
||||
goto buffer_damage_finish;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue