WMFS 0.1rc2 : Brain Damage

This commit is contained in:
Martin Duquesnoy 2008-10-02 19:49:45 +02:00
parent 8fd87e5892
commit bc90400903
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ set(wmfs_src
# Set the executable from the wmfs_src
add_executable(wmfs ${wmfs_src})
# Set the version - NOT USED AT THE MOMENT
set(VERSION "0.1rc1 (Sweaty pool)")
set(VERSION "0.1rc2 (Brain Damage)")
# CFLAGS
set(CFLAGS "-g -Wall")
set(CMAKE_C_FLAGS ${CFLAGS})

2
wmfs.c
View File

@ -870,7 +870,7 @@ uicb_togglebarpos(char *cmd)
updatebar();
for(i = 0; i < conf.nbutton; ++i)
XUnmapWindow(dpy, conf.barbutton[i].win);
updatebutton(0);
updatebutton(False);
for(i = 0; i < conf.nbutton; ++i)
XMapWindow(dpy, conf.barbutton[i].win);
arrange();