summaryrefslogtreecommitdiff
path: root/engines/openbox/obengine.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-02 07:46:46 +0000
committerDana Jansens <danakj@orodu.net>2003-04-02 07:46:46 +0000
commit71c8b0b7b2cf2fa79ac4c81b7756f2b230f2de7a (patch)
tree7294b08a6708be789f5f674418c7dc80809d78b4 /engines/openbox/obengine.h
parent4875ff5f8ed227a989c699fe6d8390396e485815 (diff)
create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout
Diffstat (limited to 'engines/openbox/obengine.h')
-rw-r--r--engines/openbox/obengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/openbox/obengine.h b/engines/openbox/obengine.h
index 4f9cb5b6..b4e46983 100644
--- a/engines/openbox/obengine.h
+++ b/engines/openbox/obengine.h
@@ -30,6 +30,7 @@ extern color_rgb *ob_s_titlebut_unfocused_color;
extern int ob_s_winfont_height;
extern int ob_s_winfont_shadow;
extern int ob_s_winfont_shadow_offset;
+extern int ob_s_winfont_shadow_tint;
extern ObFont *ob_s_winfont;
extern pixmap_mask *ob_s_max_set_mask;