Re: [PATCH] desktop-shell: Make clock format configurable

2012-06-13 Thread Kristian Høgsberg
On Wed, Jun 13, 2012 at 02:45:11AM +0200, Martin Minarik wrote: > This allows the user to specify the format of the displayed time. > It is possible to set the period of redraw (in seconds). > --- > clients/desktop-shell.c | 49 +++--- > 1 files changed, 4

Re: [PATCH] desktop-shell: Make clock format configurable

2012-06-13 Thread Scott Moreau
On Tue, Jun 12, 2012 at 6:45 PM, Martin Minarik < minari...@student.fiit.stuba.sk> wrote: > This allows the user to specify the format of the displayed time. > It is possible to set the period of redraw (in seconds). > Hi Martin, thanks for doing this. This seems to work but there are a few thing

[PATCH] desktop-shell: Make clock format configurable

2012-06-12 Thread Martin Minarik
This allows the user to specify the format of the displayed time. It is possible to set the period of redraw (in seconds). --- clients/desktop-shell.c | 49 +++--- 1 files changed, 45 insertions(+), 4 deletions(-) diff --git a/clients/desktop-shell.c b/cl