Getinfo: Fix mwfact info bug

This commit is contained in:
Martin Duquesnoy 2009-08-19 11:41:01 +02:00
parent 5fb455840a
commit d4ba00c518
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ set(wmfs_src
add_executable(wmfs ${wmfs_src})
# Set the version
set(VERSION "WMFS-200907")
set(VERSION "WMFS-200908")
# FLAGS
set(CFLAGS "-g -Wall -ansi")

View File

@ -159,7 +159,7 @@ ewmh_update_current_tag_prop(void)
/* Current tag mwfact */
XChangeProperty(dpy, ROOT, net_atom[wmfs_mwfact], XA_STRING, 8,
PropModeReplace, (uchar*)&s, strlen(s));
PropModeReplace, (uchar*)s, strlen(s));
/* Current nmaster */
XChangeProperty(dpy, ROOT, net_atom[wmfs_nmaster], XA_CARDINAL, 32,