Getinfo: Fix mwfact info bug
This commit is contained in:
parent
5fb455840a
commit
d4ba00c518
@ -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")
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user