summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorjasper <jasper>2007-05-10 17:23:49 +0000
committerjasper <jasper>2007-05-10 17:23:49 +0000
commit9d51a8cf844e9a4deaaa706ee895383ccd7d44a9 (patch)
treeb7d8e60bfe475e9df19f39855f46f5746318e46a /calmwm.h
parent8d6050329032f6f294118f53e0902a3a9e8afe7e (diff)
downloadcwm-9d51a8cf844e9a4deaaa706ee895383ccd7d44a9.tar.gz
cwm-9d51a8cf844e9a4deaaa706ee895383ccd7d44a9.tar.xz
cwm-9d51a8cf844e9a4deaaa706ee895383ccd7d44a9.zip
- add a "-d" option, to specify the display cwm should be started on
- adjust argc/argv by optind
- add an ENVIRONMENT section to the manpage

ok matthieu@ ray@
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 0f5b4b8..11c922e 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -285,7 +285,7 @@ struct mwm_hints {
 int input_keycodetrans(KeyCode, u_int, enum ctltype *, char *, int);
 
 int   x_errorhandler(Display *, XErrorEvent *);
-void  x_setup(void);
+void  x_setup(char *display_name);
 char *x_screenname(int);
 void  x_loop(void);
 int   x_setupscreen(struct screen_ctx *, u_int);