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
4
cage.c
4
cage.c
|
|
@ -343,7 +343,7 @@ main(int argc, char *argv[])
|
||||||
xcursor_manager = wlr_xcursor_manager_create(DEFAULT_XCURSOR, XCURSOR_SIZE);
|
xcursor_manager = wlr_xcursor_manager_create(DEFAULT_XCURSOR, XCURSOR_SIZE);
|
||||||
if (!xcursor_manager) {
|
if (!xcursor_manager) {
|
||||||
wlr_log(WLR_ERROR, "Cannot create XWayland XCursor manager");
|
wlr_log(WLR_ERROR, "Cannot create XWayland XCursor manager");
|
||||||
ret = 1;
|
ret = 1;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -371,7 +371,7 @@ main(int argc, char *argv[])
|
||||||
if (!socket) {
|
if (!socket) {
|
||||||
wlr_log_errno(WLR_ERROR, "Unable to open Wayland socket");
|
wlr_log_errno(WLR_ERROR, "Unable to open Wayland socket");
|
||||||
ret = 1;
|
ret = 1;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!wlr_backend_start(server.backend)) {
|
if (!wlr_backend_start(server.backend)) {
|
||||||
|
|
|
||||||
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);
|
pixman_region32_fini(&frame_damage);
|
||||||
|
|
||||||
if (!wlr_output_commit(output->wlr_output)) {
|
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;
|
goto buffer_damage_finish;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue