awesome/widgets
Julien Danjou dc61d258f0 luaclass: optimize type handling
We use lua_class_t pointer as key in the registry to store metatable we
will compare.
lauxlib uses a string, which sucks, because it forces to do a
pushliteral() each time you want to get a metatable from the registry,
which is slower.

Signed-off-by: Julien Danjou <julien@danjou.info>
2009-08-21 15:30:47 +02:00
..
graph.c luaclass: optimize type handling 2009-08-21 15:30:47 +02:00
imagebox.c luaclass: optimize type handling 2009-08-21 15:30:47 +02:00
progressbar.c luaclass: optimize type handling 2009-08-21 15:30:47 +02:00
systray.c wibox: get rid of simple window 2009-07-28 16:11:41 +02:00
textbox.c luaclass: optimize type handling 2009-08-21 15:30:47 +02:00