about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 1e0fb14..8397932 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -349,6 +349,7 @@ enum {
 	_MOTIF_WM_HINTS,
 	UTF8_STRING,
 	WM_CHANGE_STATE,
+        CWM_NORAISE,
 	CWMH_NITEMS
 };
 enum {
@@ -570,6 +571,7 @@ void 			 xu_ewmh_handle_net_wm_state_msg(struct client_ctx *,
 			     int, Atom , Atom);
 void 			 xu_ewmh_set_net_wm_state(struct client_ctx *);
 void 			 xu_ewmh_restore_net_wm_state(struct client_ctx *);
+int			 xu_cwm_allow_raise(struct client_ctx *);
 
 void			 u_exec(char *);
 void			 u_spawn(char *);