diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-20 22:14:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-20 22:14:15 +0000 |
| commit | 35c095014e7025debe7dca24c7d34e49ddb8ecb6 (patch) | |
| tree | 564bc724ce7cc3199cd4d7ef6a188d4b0bf72545 /openbox/openbox.h | |
| parent | 17cc975cc9116a64bc4313324a507485ee669128 (diff) | |
add -help -version -sync and -rc cmd line options
Diffstat (limited to 'openbox/openbox.h')
| -rw-r--r-- | openbox/openbox.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h index f8797d7f..21f0e9a8 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -19,7 +19,7 @@ typedef enum { } State; /* The state of execution of the window manager */ -State ob_state; +extern State ob_state; /*! When set to true, Openbox will exit */ extern gboolean ob_shutdown; @@ -39,6 +39,9 @@ typedef struct Cursors { Cursor ll_angle; Cursor lr_angle; } Cursors; -Cursors ob_cursors; +extern Cursors ob_cursors; + +/*! The path of the rc file. If NULL the default paths are searched for one. */ +extern char *ob_rc_path; #endif |
