From 35c095014e7025debe7dca24c7d34e49ddb8ecb6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 20 Mar 2003 22:14:15 +0000 Subject: add -help -version -sync and -rc cmd line options --- openbox/openbox.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'openbox/openbox.h') 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 -- cgit v1.2.3