aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-29 16:07:27 (GMT)
committerfluxgen <fluxgen>2002-10-29 16:07:27 (GMT)
commit5ebc789e880c96f0c72a0a5f03b71ca867b65f11 (patch)
treebe564f66116cdf91c3c144dcc9baef7a39228f89 /src/Theme.hh
parent1c4b2d2f8bc0d018cb8380a917d972be5148ec44 (diff)
downloadfluxbox-5ebc789e880c96f0c72a0a5f03b71ca867b65f11.zip
fluxbox-5ebc789e880c96f0c72a0a5f03b71ca867b65f11.tar.bz2
changed toolbar, so it uses fbtk font
Diffstat (limited to 'src/Theme.hh')
-rw-r--r--src/Theme.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Theme.hh b/src/Theme.hh
index 3ab4f27..adabc39 100644
--- a/src/Theme.hh
+++ b/src/Theme.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Theme.hh,v 1.16 2002/10/15 17:07:32 fluxgen Exp $ 25// $Id: Theme.hh,v 1.17 2002/10/29 16:06:23 fluxgen Exp $
26 26
27#ifndef THEME_HH 27#ifndef THEME_HH
28#define THEME_HH 28#define THEME_HH
@@ -89,11 +89,12 @@ public:
89 89
90 90
91 typedef struct ToolbarStyle { 91 typedef struct ToolbarStyle {
92 ToolbarStyle():font("fixed") { } // default font 'fixed'
92 FbTk::Color l_text, w_text, c_text, b_pic; 93 FbTk::Color l_text, w_text, c_text, b_pic;
93 FbTk::Texture toolbar, label, window, button, pressed, clock; 94 FbTk::Texture toolbar, label, window, button, pressed, clock;
94 GC l_text_gc, w_text_gc, c_text_gc, b_pic_gc; 95 GC l_text_gc, w_text_gc, c_text_gc, b_pic_gc;
95 DrawUtil::Font font; 96 FbTk::Font font;
96 97 DrawUtil::Font::FontJustify justify;
97 } ToolbarStyle; 98 } ToolbarStyle;
98 99
99 inline WindowStyle &getWindowStyle() { return m_windowstyle; } 100 inline WindowStyle &getWindowStyle() { return m_windowstyle; }