mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Update for swaywm/wlroots#1126
This commit is contained in:
parent
ebcdce457a
commit
63b4bf5000
85 changed files with 391 additions and 385 deletions
|
@ -75,13 +75,13 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
if (debug) {
|
||||
wlr_log_init(L_DEBUG, NULL);
|
||||
wlr_log_init(WLR_DEBUG, NULL);
|
||||
} else {
|
||||
wlr_log_init(L_ERROR, NULL);
|
||||
wlr_log_init(WLR_ERROR, NULL);
|
||||
}
|
||||
|
||||
if (!bar_id) {
|
||||
wlr_log(L_ERROR, "No bar_id passed. "
|
||||
wlr_log(WLR_ERROR, "No bar_id passed. "
|
||||
"Provide --bar_id or let sway start swaybar");
|
||||
return 1;
|
||||
}
|
||||
|
@ -89,7 +89,7 @@ int main(int argc, char **argv) {
|
|||
if (!socket_path) {
|
||||
socket_path = get_socketpath();
|
||||
if (!socket_path) {
|
||||
wlr_log(L_ERROR, "Unable to retrieve socket path");
|
||||
wlr_log(WLR_ERROR, "Unable to retrieve socket path");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue