awesome/objects
Uli Schlachter d2f583d839 Screen __index: Don't turn argument into a string
Calling lua_tostring() on a number/integer, turns that stack slot into a string.
This patch changes the code to only call lua_tostring() if the function argument
really is a string.

This partly also caused https://github.com/awesomeWM/awesome/issues/238.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-06-13 11:18:47 +02:00
..
button.c Clean up header includes 2014-03-30 20:07:48 +02:00
button.h Clean up header includes 2014-03-30 20:07:48 +02:00
client.c Emit property::focusable where needed 2015-06-12 11:00:19 +02:00
client.h Make client.focusable writable from Lua 2015-05-25 15:35:49 +02:00
drawable.c drawable/drawin: Pass both lua_State and stack index around 2014-12-06 10:46:45 +01:00
drawable.h drawable/drawin: Pass both lua_State and stack index around 2014-12-06 10:46:45 +01:00
drawin.c lua: Use pushinteger for int type 2015-05-26 01:09:12 -04:00
drawin.h Clean up header includes 2014-03-30 20:07:48 +02:00
key.c Less reloading of keymap, fixes from psychon comments 2015-05-28 23:20:17 +02:00
key.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
screen.c Screen __index: Don't turn argument into a string 2015-06-13 11:18:47 +02:00
screen.h Clean up header includes 2014-03-30 20:07:48 +02:00
tag.c Hide globalconf.L 2014-12-06 11:56:58 +01:00
tag.h tag_client: Add explicit lua_State argument 2014-12-06 11:14:59 +01:00
window.c lua: Use pushinteger for int type 2015-05-26 01:09:12 -04:00
window.h Clean up header includes 2014-03-30 20:07:48 +02:00