summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-06-26 12:21:58 +0000
committerokan <okan>2009-06-26 12:21:58 +0000
commitf44862be9c4d3332d3f9ee9760e7014814eaeeb3 (patch)
treee4f8b3c240f5bfe6b496f10fd61cec1cc6b98954 /calmwm.h
parentb13d592c572bde4a2b2039e7ef30e501ac97a21a (diff)
downloadcwm-f44862be9c4d3332d3f9ee9760e7014814eaeeb3.tar.gz
cwm-f44862be9c4d3332d3f9ee9760e7014814eaeeb3.tar.xz
cwm-f44862be9c4d3332d3f9ee9760e7014814eaeeb3.zip
static local functions and data; almost identical diff from Thomas Pfaff
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/calmwm.h b/calmwm.h
index 11fdee0..eb4c0f2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -324,7 +324,6 @@ struct mwm_hints {
 int			 input_keycodetrans(KeyCode, u_int, enum ctltype *,
 			     char *);
 
-int			 x_errorhandler(Display *, XErrorEvent *);
 __dead void		 usage(void);
 
 struct client_ctx	*client_find(Window);
@@ -346,17 +345,11 @@ void			 client_warp(struct client_ctx *);
 void			 client_ptrwarp(struct client_ctx *);
 void			 client_ptrsave(struct client_ctx *);
 void			 client_draw_border(struct client_ctx *);
-void			 client_update(struct client_ctx *);
-void			 client_placecalc(struct client_ctx *);
 void			 client_maximize(struct client_ctx *);
 void			 client_vertmaximize(struct client_ctx *);
 void			 client_map(struct client_ctx *);
 void			 client_mtf(struct client_ctx *);
 struct client_ctx	*client_cycle(int);
-struct client_ctx	*client_mrunext(struct client_ctx *);
-struct client_ctx	*client_mruprev(struct client_ctx *);
-void			 client_gethints(struct client_ctx *);
-void			 client_freehints(struct client_ctx *);
 
 struct menu  		*menu_filter(struct menu_q *, char *, char *, int,
 			     void (*)(struct menu_q *, struct menu_q *, char *),
@@ -407,9 +400,7 @@ void			 conf_client(struct client_ctx *);
 void			 conf_grab(struct conf *, struct keybinding *);
 void			 conf_ungrab(struct conf *, struct keybinding *);
 void			 conf_bindname(struct conf *, char *, char *);
-void			 conf_unbind(struct conf *, struct keybinding *);
 void			 conf_mousebind(struct conf *, char *, char *);
-void			 conf_mouseunbind(struct conf *, struct mousebinding *);
 void			 conf_grab_mouse(struct client_ctx *);
 void			 conf_reload(struct conf *);
 void			 conf_font(struct conf *);