awesome/lib/wibox
Uli Schlachter b40b69d379 Fix the mirror layout
Issues involve:
- :layout() had the wrong signature and expected a cr argument that was left
  from when this was still the :draw() function.
- horizontal and vertical reflection were mixed up (I guess it has always been
  this way?)
- The return value should be a table of widget placements. Instead it was just a
  single widget placement.

This is broken since commit 85ab3f045b.

Fixes: https://github.com/awesomeWM/awesome/issues/718
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-02-29 22:50:47 +01:00
..
layout Fix the mirror layout 2016-02-29 22:50:47 +01:00
widget Merge pull request #712 from psychon/protected_calls 2016-02-28 22:16:13 +01:00
drawable.lua wibox: Support screen objects 2016-02-26 18:42:57 +01:00
hierarchy.lua Use gears.protected_call where applicable 2016-02-28 12:28:55 +01:00
init.lua Fix luacheck warnings in lib/wibox 2016-02-12 09:15:55 +01:00