small test

This commit is contained in:
garbeam 2005-12-14 02:53:06 +02:00
parent 1c8092146a
commit 5bbff9db94
2 changed files with 10 additions and 1 deletions

View File

@ -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);
}

View File

@ -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}\"