-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I've set #define OUTPUT_TITLE True in my config.h, recompiled, but still no title is output.
I added a debugging fprintf(stderr, "%s\n", wtitle.strings); statement inside this test:
Lines 1385 to 1388 in 0eb3d54
| if (M_CURRENT) { | |
| cookie = xcb_ewmh_get_wm_name_unchecked(ewmh, M_CURRENT->win); | |
| xcb_ewmh_get_wm_name_reply(ewmh, cookie, &wtitle, (void *)0); | |
| } |
and found out that the output is (null). It seems something is wrong with handling that string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels