wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 5bbff9db94d889296d664027a3c254f61418e442
parent 1c8092146a7179b4e07262025e92ca50e8cc5583
Author: garbeam <garbeam@mmv.wmii.de>
Date:   Wed, 14 Dec 2005 02:53:06 +0200

small test


Diffstat:
cmd/wm/event.c | 9+++++++++
config.mk | 2+-
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/cmd/wm/event.c b/cmd/wm/event.c @@ -115,6 +115,15 @@ static void handle_configurerequest(XEvent * e) f = c->frame; if (f) { + /* + Page *p = f->area->page; + if (cext_list_get_item_index(&p->areas, f->area)) { + Area *a = cext_list_get_item(&p->areas, 0); + f->area->layout->detach(f->area, c, False); + a->layout->attach(a, c); + f = c->frame; + } + */ bw = border_width(f); tabh = tab_height(f); } diff --git a/config.mk b/config.mk @@ -14,7 +14,7 @@ X11LIB = /usr/X11R6/lib # includes and libs INCLUDES = -I. -I${INCDIR} -I/usr/include -I${X11INC} LIBS = -L${LIBDIR} -L/usr/lib -lc -lm -L${X11LIB} -lX11 -VERSION = 3-current +VERSION = 20051214_experimental # flags CFLAGS = -O0 -g -Wall ${INCLUDES} -DVERSION=\"${VERSION}\"