diff options
author | okan | 2009-06-23 21:52:38 +0000 |
---|---|---|
committer | okan | 2009-06-23 21:52:38 +0000 |
commit | f211e0e6f9fb03e24ed65461fc1375f3eda6d6ba (patch) | |
tree | c3221890f6b15ca59401ade538652062208afea2 /calmwm.h | |
parent | c54416ae163702858ce97808753af16c8c9b5921 (diff) | |
download | cwm-f211e0e6f9fb03e24ed65461fc1375f3eda6d6ba.tar.gz |
tidy up startup/init routines
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.92 2009/06/20 00:22:39 okan Exp $ + * $Id: calmwm.h,v 1.93 2009/06/23 21:52:38 okan Exp $ */ #ifndef _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); |