Fix HANDLE_TEXT_PROPERTY()
Instead of using the given atom name it always requested the WM_NAME property of a client. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
af5037104c
commit
2f1691e8db
|
@ -42,7 +42,7 @@
|
|||
xcb_get_any_property(globalconf.connection, \
|
||||
false, \
|
||||
c->window, \
|
||||
WM_NAME, \
|
||||
atom, \
|
||||
UINT_MAX), NULL); \
|
||||
luaA_object_push(globalconf.L, c); \
|
||||
setfunc(globalconf.L, -1, xutil_get_text_property_from_reply(reply)); \
|
||||
|
|
Loading…
Reference in New Issue