summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-01-28 20:22:21 +0000
committerokan <okan>2014-01-28 20:22:21 +0000
commit2b233f0548bb026eebb336bcdac57e48f0839e5c (patch)
treef4a0233043a95850cea77fd62df694e17984251a /calmwm.h
parent5fd119daea8de1e84f382e7651c996fd861974b9 (diff)
parentc28467cda5323f2251ed16a407fd77b7ec9e5ba6 (diff)
downloadcwm-2b233f0548bb026eebb336bcdac57e48f0839e5c.tar.gz
cwm-2b233f0548bb026eebb336bcdac57e48f0839e5c.tar.xz
cwm-2b233f0548bb026eebb336bcdac57e48f0839e5c.zip
cvsimport
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index e8042c1..b81b32c 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -540,7 +540,7 @@ void			 conf_cursor(struct conf *);
 void			 conf_grab_kbd(Window);
 void			 conf_grab_mouse(Window);
 void			 conf_init(struct conf *);
-void			 conf_ignore(struct conf *, const char *);
+int			 conf_ignore(struct conf *, const char *);
 void			 conf_screen(struct screen_ctx *);
 
 void			 xev_process(void);