mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
xcb: xcb_error() no longer prefixes error message with "XCB: "
This commit is contained in:
parent
bf558eca1b
commit
77f8e6fa28
3 changed files with 4 additions and 4 deletions
|
@ -244,7 +244,7 @@ run(struct module *mod)
|
|||
{
|
||||
switch (XCB_EVENT_RESPONSE_TYPE(_e)) {
|
||||
case 0:
|
||||
LOG_ERR("%s", xcb_error((const xcb_generic_error_t *)_e));
|
||||
LOG_ERR("XCB: %s", xcb_error((const xcb_generic_error_t *)_e));
|
||||
|
||||
case XCB_PROPERTY_NOTIFY: {
|
||||
xcb_property_notify_event_t *e = (xcb_property_notify_event_t *)_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue