]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.h
add -help -version -sync and -rc cmd line options
[chaz/openbox] / openbox / openbox.h
index f8797d7fad2c24f05ed2754e1c0e9b31cfd982cc..21f0e9a826de28b192139bf98c88a9f753ad9750 100644 (file)
@@ -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
This page took 0.024674 seconds and 4 git commands to generate.