aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorjasper2007-05-10 17:23:49 +0000
committerjasper2007-05-10 17:23:49 +0000
commit819c368aa4ef1cf9aab7cb7416728c3cddcd5a43 (patch)
tree916edfa06fd117cba4a5a137d2fe1f285b5f3ca7 /calmwm.h
parentef7a73c51f1e8c490b81c82229f4d9430f1a010d (diff)
downloadcwm-819c368aa4ef1cf9aab7cb7416728c3cddcd5a43.tar.gz
- 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 9aef4fe..213d88d 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
- * $Id: calmwm.h,v 1.2 2007/04/27 18:08:14 bernd Exp $
+ * $Id: calmwm.h,v 1.3 2007/05/10 17:23:49 jasper Exp $
*/
#ifndef _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);