summaryrefslogtreecommitdiff
path: root/src/WinButtonTheme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinButtonTheme.cc')
-rw-r--r--src/WinButtonTheme.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinButtonTheme.cc b/src/WinButtonTheme.cc
index 5599aba..11041f2 100644
--- a/src/WinButtonTheme.cc
+++ b/src/WinButtonTheme.cc
@@ -29,7 +29,7 @@
29 29
30#include "FbWinFrameTheme.hh" 30#include "FbWinFrameTheme.hh"
31 31
32WinButtonTheme::WinButtonTheme(int screen_num, const FbWinFrameTheme &frame_theme): 32WinButtonTheme::WinButtonTheme(int screen_num, FbWinFrameTheme &frame_theme):
33 FbTk::Theme(screen_num), 33 FbTk::Theme(screen_num),
34 m_close_pm(*this, "window.close.pixmap", "Window.Close.Pixmap"), 34 m_close_pm(*this, "window.close.pixmap", "Window.Close.Pixmap"),
35 m_close_unfocus_pm(*this, "window.close.unfocus.pixmap", "Window.Close.Unfocus.Pixmap"), 35 m_close_unfocus_pm(*this, "window.close.unfocus.pixmap", "Window.Close.Unfocus.Pixmap"),