diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /engines/openbox/openbox.h | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'engines/openbox/openbox.h')
| -rw-r--r-- | engines/openbox/openbox.h | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/engines/openbox/openbox.h b/engines/openbox/openbox.h new file mode 100644 index 00000000..f072a6e0 --- /dev/null +++ b/engines/openbox/openbox.h @@ -0,0 +1,43 @@ +#ifndef __engine_openbox_h +#define __engine_openbox_h + +#include "../../render/render.h" +#include "../../render/color.h" + +extern int s_font_height; +extern int s_bevel; +extern int s_handle_height; +extern int s_bwidth; +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 Appearance *a_focused_unpressed_max; +extern Appearance *a_focused_pressed_max; +extern Appearance *a_unfocused_unpressed_max; +extern Appearance *a_unfocused_pressed_max; +extern Appearance *a_focused_unpressed_close; +extern Appearance *a_focused_pressed_close; +extern Appearance *a_unfocused_unpressed_close; +extern Appearance *a_unfocused_pressed_close; +extern Appearance *a_focused_unpressed_desk; +extern Appearance *a_focused_pressed_desk; +extern Appearance *a_unfocused_unpressed_desk; +extern Appearance *a_unfocused_pressed_desk; +extern Appearance *a_focused_unpressed_iconify; +extern Appearance *a_focused_pressed_iconify; +extern Appearance *a_unfocused_unpressed_iconify; +extern Appearance *a_unfocused_pressed_iconify; +extern Appearance *a_focused_grip; +extern Appearance *a_unfocused_grip; +extern Appearance *a_focused_title; +extern Appearance *a_unfocused_title; +extern Appearance *a_focused_label; +extern Appearance *a_unfocused_label; +extern Appearance *a_icon; +extern Appearance *a_focused_handle; +extern Appearance *a_unfocused_handle; + +#endif |
