Add a "restart wm" function. ok oga@

This commit is contained in:
ian
2007-11-28 16:35:52 +00:00
parent f14a3eeebf
commit 8b3cd2243a
5 changed files with 56 additions and 3 deletions

View File

@@ -209,6 +209,10 @@ enum directions {
CWM_UP=0, CWM_DOWN, CWM_LEFT, CWM_RIGHT,
};
/* for cwm_exec */
#define CWM_EXEC_PROGRAM 0x1
#define CWM_EXEC_WM 0x2
#define KBFLAG_NEEDCLIENT 0x01
#define KBFLAG_FINDCLIENT 0x02