diff options
Diffstat (limited to 'src/FbWinFrameTheme.hh')
-rw-r--r-- | src/FbWinFrameTheme.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh index c68c418..df3c312 100644 --- a/src/FbWinFrameTheme.hh +++ b/src/FbWinFrameTheme.hh | |||
@@ -29,10 +29,10 @@ | |||
29 | #include "FbTk/Text.hh" | 29 | #include "FbTk/Text.hh" |
30 | #include "FbTk/Color.hh" | 30 | #include "FbTk/Color.hh" |
31 | #include "FbTk/Theme.hh" | 31 | #include "FbTk/Theme.hh" |
32 | #include "FbTk/BorderTheme.hh" | ||
32 | #include "FbTk/Subject.hh" | 33 | #include "FbTk/Subject.hh" |
33 | #include "FbTk/GContext.hh" | 34 | #include "FbTk/GContext.hh" |
34 | 35 | ||
35 | #include "BorderTheme.hh" | ||
36 | #include "IconbarTheme.hh" | 36 | #include "IconbarTheme.hh" |
37 | #include "Shape.hh" | 37 | #include "Shape.hh" |
38 | 38 | ||
@@ -84,7 +84,7 @@ public: | |||
84 | inline Cursor bottomSideCursor() const { return m_cursor_bottom_side; } | 84 | inline Cursor bottomSideCursor() const { return m_cursor_bottom_side; } |
85 | 85 | ||
86 | inline Shape::ShapePlace shapePlace() const { return *m_shape_place; } | 86 | inline Shape::ShapePlace shapePlace() const { return *m_shape_place; } |
87 | inline const BorderTheme &border(bool focus) const { return (focus ? m_border_focus : m_border_unfocus); } | 87 | inline const FbTk::BorderTheme &border(bool focus) const { return (focus ? m_border_focus : m_border_unfocus); } |
88 | 88 | ||
89 | unsigned int titleHeight() const { return *m_title_height; } | 89 | unsigned int titleHeight() const { return *m_title_height; } |
90 | unsigned int bevelWidth() const { return *m_bevel_width; } | 90 | unsigned int bevelWidth() const { return *m_bevel_width; } |
@@ -109,7 +109,7 @@ private: | |||
109 | FbTk::ThemeItem<Shape::ShapePlace> m_shape_place; | 109 | FbTk::ThemeItem<Shape::ShapePlace> m_shape_place; |
110 | 110 | ||
111 | FbTk::ThemeItem<int> m_title_height, m_bevel_width, m_handle_width; | 111 | FbTk::ThemeItem<int> m_title_height, m_bevel_width, m_handle_width; |
112 | BorderTheme m_border_focus, m_border_unfocus; | 112 | FbTk::BorderTheme m_border_focus, m_border_unfocus; |
113 | 113 | ||
114 | FbTk::GContext m_button_pic_focus_gc, m_button_pic_unfocus_gc; | 114 | FbTk::GContext m_button_pic_focus_gc, m_button_pic_unfocus_gc; |
115 | 115 | ||