Ewmh: Fix wmfs_statustext_x placement in net_atom enum

This commit is contained in:
Martin Duquesnoy
2009-11-15 14:52:53 +01:00
parent e9bc1590b0
commit ba45a360f7
4 changed files with 7 additions and 5 deletions

View File

@@ -302,7 +302,9 @@ exec_uicb_function(char *func, char *cmd)
XChangeProperty(dpy, ROOT, ATOM("_WMFS_CMD"), ATOM("UTF8_STRING"),
8, PropModeReplace, (uchar*)cmd, strlen(cmd));
send_client_event(data, "_WMFS_FUNCTION");
/* send_client_event(data, "_WMFS_FUNCTION"); */
send_client_event(data, "_WMFS_CMD");
return;
}