mirror of https://github.com/0intro/wmii
small test
This commit is contained in:
parent
1c8092146a
commit
5bbff9db94
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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}\"
|
||||
|
|
Loading…
Reference in New Issue