diff options
Diffstat (limited to 'src/Theme.hh')
-rw-r--r-- | src/Theme.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Theme.hh b/src/Theme.hh index c197469..1401716 100644 --- a/src/Theme.hh +++ b/src/Theme.hh | |||
@@ -42,7 +42,7 @@ | |||
42 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 42 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
43 | // DEALINGS IN THE SOFTWARE. | 43 | // DEALINGS IN THE SOFTWARE. |
44 | 44 | ||
45 | // $Id: Theme.hh,v 1.8 2002/05/07 15:22:07 fluxgen Exp $ | 45 | // $Id: Theme.hh,v 1.9 2002/05/15 09:35:49 fluxgen Exp $ |
46 | 46 | ||
47 | #ifndef THEME_HH | 47 | #ifndef THEME_HH |
48 | #define THEME_HH | 48 | #define THEME_HH |
@@ -66,10 +66,12 @@ public: | |||
66 | 66 | ||
67 | 67 | ||
68 | typedef struct MenuStyle { | 68 | typedef struct MenuStyle { |
69 | MenuStyle(Display *display):titlefont(display, "fixed"), | ||
70 | framefont(display, "fixed") { } | ||
69 | BColor t_text, f_text, h_text, d_text; | 71 | BColor t_text, f_text, h_text, d_text; |
70 | BTexture title, frame, hilite; | 72 | BTexture title, frame, hilite; |
71 | GC t_text_gc, f_text_gc, h_text_gc, d_text_gc, hilite_gc; | 73 | GC t_text_gc, f_text_gc, h_text_gc, d_text_gc, hilite_gc; |
72 | FbTk::Font *titlefont, *framefont; | 74 | FbTk::Font titlefont, framefont; |
73 | DrawUtil::Font::FontJustify framefont_justify; | 75 | DrawUtil::Font::FontJustify framefont_justify; |
74 | DrawUtil::Font::FontJustify titlefont_justify; | 76 | DrawUtil::Font::FontJustify titlefont_justify; |
75 | int bullet, bullet_pos; | 77 | int bullet, bullet_pos; |