aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-12 00:17:56 (GMT)
committerfluxgen <fluxgen>2003-08-12 00:17:56 (GMT)
commit062da9647fa0b07094ffeb42f72be0333a2be773 (patch)
tree721f3cb05f2668eba09f802513498c4edc7d3f32 /src/IconbarTheme.cc
parent1da02c9f9d5211145271c8aa3dc91bebccdeb404 (diff)
downloadfluxbox-062da9647fa0b07094ffeb42f72be0333a2be773.zip
fluxbox-062da9647fa0b07094ffeb42f72be0333a2be773.tar.bz2
added empty texture item
Diffstat (limited to 'src/IconbarTheme.cc')
-rw-r--r--src/IconbarTheme.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IconbarTheme.cc b/src/IconbarTheme.cc
index 0813128..cc17e67 100644
--- a/src/IconbarTheme.cc
+++ b/src/IconbarTheme.cc
@@ -7,6 +7,7 @@ IconbarTheme::IconbarTheme(int screen_num,
7 FbTk::Theme(screen_num), 7 FbTk::Theme(screen_num),
8 m_focused_texture(*this, name + ".focused", altname + ".Focused"), 8 m_focused_texture(*this, name + ".focused", altname + ".Focused"),
9 m_unfocused_texture(*this, name + ".unfocused", altname + ".Unfocused"), 9 m_unfocused_texture(*this, name + ".unfocused", altname + ".Unfocused"),
10 m_empty_texture(*this, name + ".empty", altname + ".Empty"),
10 m_focused_text(*this, name + ".focused", altname + ".Focused"), 11 m_focused_text(*this, name + ".focused", altname + ".Focused"),
11 m_unfocused_text(*this, name + ".unfocused", altname + ".Unfocused") { 12 m_unfocused_text(*this, name + ".unfocused", altname + ".Unfocused") {
12 13