From 4331f5c17901f46693dcb5c2df96276f6851be25 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 8 Oct 2008 18:28:21 +0000 Subject: libui updates, paint namespace, font and palette fixes, button sound --- src/ui/ui.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/ui/ui.h') diff --git a/src/ui/ui.h b/src/ui/ui.h index 5195cbd..b3b2259 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -7,6 +7,7 @@ #ifndef __INCLUDED_UI_H__ #define __INCLUDED_UI_H__ +#include "ui/font.h" #include "ui/palette.h" #include "ui/widget.h" #include "ui/window.h" @@ -59,7 +60,10 @@ protected: virtual void remove_window(Window *window); private: - Palette ui_palette; + Palette *ui_palette; + Font *ui_font_small; + Font *ui_font_medium; + Font *ui_font_large; Window *ui_active_window; Widget *ui_focus; -- cgit v1.2.3