[PATCH] wibox: Don't display garbage when a wibox is made visible

2009-04-10 Thread Uli Schlachter
I did the following and the wibox displayed garbage: local w = wibox({ position = floating, bg = #ff }) w.visible = false w.screen = 1 do some other stuff w.visible = true Signed-off-by: Uli Schlachter psyc...@znc.in --- wibox.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

Re: [PATCH] wibox: Don't display garbage when a wibox is made visible

2009-04-10 Thread Uli Schlachter
2IIAnR3bK7ouApeHwmcjsQqViujN9VOC =rmOD -END PGP SIGNATURE- From bb8503de4ff01949743ad228268b9bbb4392c66a Mon Sep 17 00:00:00 2001 From: Uli Schlachter psyc...@znc.in Date: Fri, 10 Apr 2009 11:04:32 +0200 Subject: [PATCH] wibox: Don't display garbage when a wibox is made visible I did the following

Re: [PATCH] wibox: Don't display garbage when a wibox is made visible

2009-04-10 Thread Julien Danjou
At 1239369215 time_t, Uli Schlachter wrote: attached is the new version of that patch. It adds a new function wibox_map() which maps the wibox's window and makes sure it is correctly drawn. In my testing this results in no garbage drawn at all. Your solution probably works but I still raise my

Re: [PATCH] wibox: Don't display garbage when a wibox is made visible

2009-04-10 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julien Danjou wrote: At 1239369215 time_t, Uli Schlachter wrote: attached is the new version of that patch. It adds a new function wibox_map() which maps the wibox's window and makes sure it is correctly drawn. In my testing this results in no