awesome/lib/wibox
Uli Schlachter 01e6e2a07b imagebox: Refuse invalid images
This makes the imagebox widget refuse images which have a zero or negative width
or height. A zero size causes problems where a division by zero results in inf
which makes various stuff fail in weird ways later on.

Additionally, cairo's "error surfaces" have a negative size. Displaying those
would cause all sorts of weird problems, too, so we better reject those.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-03-04 22:03:42 +01:00
..
layout margin: Accept individual margins 2010-10-08 17:22:00 +02:00
widget imagebox: Refuse invalid images 2011-03-04 22:03:42 +01:00
init.lua.in (Try to) document the wibox constructor 2010-12-14 21:07:04 +01:00