- 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@
This commit is contained in:
jasper
2007-05-10 17:23:49 +00:00
parent 8d60503290
commit 9d51a8cf84
3 changed files with 23 additions and 5 deletions

View File

@@ -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);