From bbad88aa21f01a70faf824cbb2825bd7f9d95253 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 2 Feb 2008 09:22:50 -0500 Subject: add a --config-file command line option, and OB_CONFIG_FILE root hint --- openbox/prop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 5ca70470..464fe26d 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -194,6 +194,7 @@ typedef struct Atoms { Atom ob_wm_state_undecorated; Atom openbox_pid; /* this is depreecated in favour of ob_control */ Atom ob_theme; + Atom ob_config_file; Atom ob_control; } Atoms; extern Atoms prop_atoms; -- cgit v1.2.3