summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2022-02-26 15:19:18 +0000
committerokan <okan>2022-02-26 15:19:18 +0000
commit496bcc879de1186e62bac6fbeff531dbdc9e871c (patch)
tree1657be73ae5f201eb8b9f9a441e4def22a0111d1 /calmwm.h
parent5e5221d82d1d0c8679329e5bfb5a913e1b543a29 (diff)
downloadcwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.gz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.tar.xz
cwm-496bcc879de1186e62bac6fbeff531dbdc9e871c.zip
whitespace
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 5c4e45c..7c428f6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -335,7 +335,7 @@ struct mwm_hints {
 	unsigned long	decorations;
 
 #define MWM_INPUT_MODELESS			0
-#define MWM_INPUT_PRIMARY_APPLICATION_MODAL	1   
+#define MWM_INPUT_PRIMARY_APPLICATION_MODAL	1
 #define MWM_INPUT_SYSTEM_MODAL			2
 #define MWM_INPUT_FULL_APPLICATION_MODAL	3
 	long		inputMode;
@@ -585,7 +585,7 @@ int			 xu_ewmh_get_net_wm_desktop(struct client_ctx *, long *);
 void			 xu_ewmh_set_net_wm_desktop(struct client_ctx *);
 Atom 			*xu_ewmh_get_net_wm_state(struct client_ctx *, int *);
 void 			 xu_ewmh_handle_net_wm_state_msg(struct client_ctx *,
-			     int, Atom , Atom);
+			     int, Atom, Atom);
 void 			 xu_ewmh_set_net_wm_state(struct client_ctx *);
 void 			 xu_ewmh_restore_net_wm_state(struct client_ctx *);