awesome/tests/examples/shims/button.lua

7 lines
166 B
Lua
Raw Normal View History

2016-08-12 01:55:46 +02:00
return function() return {
data = {},
2016-08-12 01:55:46 +02:00
connect_signal = function() end
} end
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80