awesome/lib
Uli Schlachter 5cf13dba6b awful.layout.inc: Hide API breakage
In commit 3cbdc2a79f, the argument order for awful.layout.inc was changed
from (layouts, i, s) to (i, s, layouts), so that layouts can become an optional
parameter. However, this change (obviously) breaks user configs.

To hide this breakage, we assume the old argument order if the number i is a
table. This cannot break anything, since the operator "+" will error out on
tables anyway. :-)

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-06-12 19:07:31 +02:00
..
awful awful.layout.inc: Hide API breakage 2015-06-12 19:07:31 +02:00
gears Use LDoc commands to mark parameters as optional in the docs. 2015-02-28 23:14:15 +01:00
menubar Fix LDoc warning. 2015-02-28 23:14:13 +01:00
naughty Added function to check state of notifications 2015-05-21 20:19:41 +02:00
wibox wibox.widget.systray: fix error while drawing widget 2015-06-12 02:24:44 +02:00
beautiful.lua.in Some more doc fixes all over the place. 2015-02-28 23:14:13 +01:00