summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-06-23 21:52:38 +0000
committerokan <okan>2009-06-23 21:52:38 +0000
commitb13d592c572bde4a2b2039e7ef30e501ac97a21a (patch)
tree29d0e3d04468f09ef4e5f836c878001a1c7a0937 /calmwm.h
parentbcc0f73bb68bab7bff0e0c969b81fe7547caa58a (diff)
downloadcwm-b13d592c572bde4a2b2039e7ef30e501ac97a21a.tar.gz
cwm-b13d592c572bde4a2b2039e7ef30e501ac97a21a.tar.xz
cwm-b13d592c572bde4a2b2039e7ef30e501ac97a21a.zip
tidy up startup/init routines
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 58ed382..11fdee0 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -328,7 +328,7 @@ int			 x_errorhandler(Display *, XErrorEvent *);
 __dead void		 usage(void);
 
 struct client_ctx	*client_find(Window);
-void			 client_setup(void);
+void			 client_init(void);
 struct client_ctx	*client_new(Window, struct screen_ctx *, int);
 int			 client_delete(struct client_ctx *);
 void			 client_setactive(struct client_ctx *, int);
@@ -395,6 +395,7 @@ void			*xmalloc(size_t);
 void			*xcalloc(size_t, size_t);
 char			*xstrdup(const char *);
 
+void			 screen_init(void);
 struct screen_ctx	*screen_fromroot(Window);
 struct screen_ctx	*screen_current(void);
 void			 screen_updatestackingorder(void);