From bb3e654edef54efd6d0c24cbf6014eb4f9468037 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Mar 2003 23:45:25 +0000 Subject: will draw fonts when stop segging --- engines/openbox/openbox.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'engines/openbox/openbox.h') diff --git a/engines/openbox/openbox.h b/engines/openbox/openbox.h index f072a6e0..3a3b1904 100644 --- a/engines/openbox/openbox.h +++ b/engines/openbox/openbox.h @@ -3,8 +3,8 @@ #include "../../render/render.h" #include "../../render/color.h" +#include "../../render/font.h" -extern int s_font_height; extern int s_bevel; extern int s_handle_height; extern int s_bwidth; @@ -13,6 +13,13 @@ extern int s_cbwidth; extern color_rgb *s_b_color; extern color_rgb *s_cb_focused_color; extern color_rgb *s_cb_unfocused_color; +extern color_rgb *s_title_focused_color; +extern color_rgb *s_title_unfocused_color; + +extern int s_winfont_height; +extern int s_winfont_shadow; +extern int s_winfont_shadow_offset; +extern ObFont *s_winfont; extern Appearance *a_focused_unpressed_max; extern Appearance *a_focused_pressed_max; -- cgit v1.2.3