summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-04-15 14:01:45 +0000
committerokan <okan>2009-04-15 14:01:45 +0000
commitea96e92ac8ab68439f7cafa294e3905818324960 (patch)
treec5046b9d469dec7388cd4326e0e60e05ec421594 /calmwm.h
parent8a490fc270f961a30dadd8b0cb29c09d88c5554d (diff)
downloadcwm-ea96e92ac8ab68439f7cafa294e3905818324960.tar.gz
cwm-ea96e92ac8ab68439f7cafa294e3905818324960.tar.xz
cwm-ea96e92ac8ab68439f7cafa294e3905818324960.zip
properly teardown X connection upon quit; static a few while here,
requested by oga@

ok oga@ sometime ago
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index e84318f..88da71a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -310,8 +310,6 @@ int			 input_keycodetrans(KeyCode, u_int, enum ctltype *,
 			     char *);
 
 int			 x_errorhandler(Display *, XErrorEvent *);
-void			 x_setup(void);
-void			 x_setupscreen(struct screen_ctx *, u_int);
 __dead void		 usage(void);
 
 struct client_ctx	*client_find(Window);