awesome/common
Uli Schlachter f02b75f826 Fix arguments to luaL_checkstack()
The argument to luaL_checkstack() is the amount of new stack to make available,
not the new size of the stack. Thus, remove the addition of lua_gettop(L) here.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-02-17 19:07:06 +01:00
..
array.h common/array.h: add macro `foreach_reverse` 2015-07-25 16:42:50 +02:00
atoms.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
atoms.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
atoms.list Keep client order across restarts 2015-07-27 13:47:09 +02:00
backtrace.c remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
backtrace.h remove encoding=utf-8 from modelines 2011-09-11 17:34:09 +02:00
buffer.c Add a vim modeline to all C source 2015-12-12 17:42:16 +01:00
buffer.h Add a vim modeline to all C source 2015-12-12 17:42:16 +01:00
luaclass.c Unset object's metatable in __gc 2015-06-20 12:33:17 +02:00
luaclass.h Replace many pushnumber calls with pushinteger 2016-02-06 13:46:46 +01:00
lualib.c Add a vim modeline to all C source 2015-12-12 17:42:16 +01:00
lualib.h minor: fix/improve doc comments 2015-07-12 17:42:53 +02:00
luaobject.c Fix arguments to luaL_checkstack() 2016-02-17 19:07:06 +01:00
luaobject.h Make objects properly inherit signals from classes 2014-03-07 14:42:03 +01:00
signal.h Clean up header includes 2014-03-30 20:07:48 +02:00
util.c Add timestamps to messages on stderr (#602) 2015-12-31 15:38:17 +01:00
util.h Add timestamps to messages on stderr (#602) 2015-12-31 15:38:17 +01:00
version.c Remove useless information from awesome -v 2015-12-01 20:17:21 +01:00
version.h Add a vim modeline to all C source 2015-12-12 17:42:16 +01:00
xcursor.c Switch from libXcursor to libxcb-cursor 2013-09-19 16:48:10 +02:00
xcursor.h Switch from libXcursor to libxcb-cursor 2013-09-19 16:48:10 +02:00
xembed.c Clean up header includes 2014-03-30 20:07:48 +02:00
xembed.h Clean up header includes 2014-03-30 20:07:48 +02:00
xutil.c Remove some unused fields from globalconf 2015-12-22 17:25:45 +01:00
xutil.h Remove prototype of xutil_lock_mask_get() 2016-01-23 17:12:10 +01:00