Re: [Draft] Introduction of Widget Layouts

2009-02-10 Thread Julien Danjou
At 1234284274 time_t, Gregor Best wrote: I created a patch to achieve this, it adds an :extents() function to each widget. It expects one argument, which is the container height. Also, if the widget is a systray, it expects a screen number as the second argument. If either of these is omitted,

[PATCH 2/2] client: fix titlebar stacking

2009-02-10 Thread Maarten Maathuis
--- client.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/client.c b/client.c index 51bebd9..758bd09 100644 --- a/client.c +++ b/client.c @@ -314,7 +314,11 @@ client_stack_above(client_t *c, xcb_window_t previous) {

[PATCH 1/2] client: add above and below to capi + related fixes

2009-02-10 Thread Maarten Maathuis
--- client.c | 36 common/tokenize.gperf |2 ++ 2 files changed, 38 insertions(+), 0 deletions(-) diff --git a/client.c b/client.c index 92c64d5..51bebd9 100644 --- a/client.c +++ b/client.c @@ -792,6 +792,10 @@

[PATCH 1/2] client: fix titlebar stacking

2009-02-10 Thread Maarten Maathuis
--- client.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/client.c b/client.c index d14f290..7186f09 100644 --- a/client.c +++ b/client.c @@ -312,9 +312,8 @@ client_stack_above(client_t *c, xcb_window_t previous) node; node = node-prev)