awesome/lib/wibox
Uli Schlachter 873d41bb5b wibox.drawable: Redraw when moved
Let's consider the following notification:

  naughty.notify({ text = "foo", bg = "#88888888", timeout=1 })
  naughty.notify({ text = "foo", bg = "#88888888", timeout=2 })

When the first notification disappears, the second one is moved and takes its
place. However, its content was not redrawn. This makes the pseudo-transparency
break and the wallpaper that is shown in the back of the notification doesn't
match the real wallpaper.

Fix this by redrawing drawables when they get moved.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2013-02-26 11:21:48 +01:00
..
layout wibox.layout.flex: add set_max_widget_size() function 2013-02-20 13:08:27 +01:00
widget wibox.widget.textbox: return 0, 0 from fit() if either w or h is 0 2013-02-20 13:08:27 +01:00
drawable.lua.in wibox.drawable: Redraw when moved 2013-02-26 11:21:48 +01:00
init.lua.in wibox: Make the functions a little more object-y 2012-11-18 20:44:03 +01:00