dtimsstart: Resolve 3 compiler warnings.

This commit is contained in:
Peter Howkins
2012-08-30 22:15:13 +01:00
parent b14833740b
commit 97a9c8cbd1
2 changed files with 2 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ int clear_cmd_property(win) /* clear WM_COMMAND property */
ret = XGetCommand(Dpy, win, &av, &ac);
if (ret && ac > 0) {
XFreeStringList(av);
XSetCommand(Dpy, win, 0, NULL);
XSetCommand(Dpy, win, 0, 0);
XSync(Dpy, False);
clear_ok = True;
DPR2(("\tWM_COMMAND cleared on %#x\n", win));