Re: [PATCH] Weston: Clock

2012-06-08 Thread Scott Moreau
On Fri, Jun 8, 2012 at 10:41 AM, Kristian Høgsberg wrote: > On Fri, Jun 08, 2012 at 12:39:11AM +0200, Martin Minarik wrote: > > A panel clock. > > Great, committed. Can we drop the seconds? Nobody needs seconds, I don't think this is a fair assumption. Instead, I believe the clock format shoul

Re: [PATCH] Weston: Clock

2012-06-08 Thread Kristian Høgsberg
On Fri, Jun 08, 2012 at 12:39:11AM +0200, Martin Minarik wrote: > A panel clock. Great, committed. Can we drop the seconds? Nobody needs seconds, and they make the desktop repaint every second. Also, I'm not sure about the transparent rectangle there, it make's the clock hard to read, I think w

[PATCH] Weston: Clock

2012-06-07 Thread Martin Minarik
A panel clock. --- clients/desktop-shell.c | 143 ++- 1 files changed, 141 insertions(+), 2 deletions(-) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index b767839..3e014cc 100644 --- a/clients/desktop-shell.c +++ b/clients/desktop-sh