mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
da15317ac2
tag_client() said that it refers to the tag ontop of the lua stack. However, it implicitly used globalconf.L as its stack. So if you tagged a client with a tag from a coroutine, thinks would Go Wrong (tm). Fix this by adding an explicit lua_State* argument. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
button.c | ||
button.h | ||
client.c | ||
client.h | ||
drawable.c | ||
drawable.h | ||
drawin.c | ||
drawin.h | ||
key.c | ||
key.h | ||
screen.c | ||
screen.h | ||
tag.c | ||
tag.h | ||
timer.c | ||
timer.h | ||
window.c | ||
window.h |