mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +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
|
@ -327,7 +327,7 @@ bool handle_ipc_readable(struct swaybar *bar) {
|
|||
json_object *result = json_tokener_parse(resp->payload);
|
||||
if (!result) {
|
||||
free_ipc_response(resp);
|
||||
wlr_log(L_ERROR, "failed to parse payload as json");
|
||||
wlr_log(WLR_ERROR, "failed to parse payload as json");
|
||||
return false;
|
||||
}
|
||||
json_object *json_change, *json_pango_markup;
|
||||
|
@ -340,7 +340,7 @@ bool handle_ipc_readable(struct swaybar *bar) {
|
|||
bar->config->mode = strdup(change);
|
||||
}
|
||||
} else {
|
||||
wlr_log(L_ERROR, "failed to parse response");
|
||||
wlr_log(WLR_ERROR, "failed to parse response");
|
||||
json_object_put(result);
|
||||
free_ipc_response(resp);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue