aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 03d8fd2..a09f4d1 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -39,7 +39,7 @@
39 39
40// themes 40// themes
41#include "FbWinFrameTheme.hh" 41#include "FbWinFrameTheme.hh"
42#include "MenuTheme.hh" 42#include "FbTk/MenuTheme.hh"
43#include "RootTheme.hh" 43#include "RootTheme.hh"
44#include "WinButtonTheme.hh" 44#include "WinButtonTheme.hh"
45#include "SlitTheme.hh" 45#include "SlitTheme.hh"
@@ -357,7 +357,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
357 // because winbutton need to rescale the pixmaps in winbutton theme 357 // because winbutton need to rescale the pixmaps in winbutton theme
358 // after fbwinframe have resized them 358 // after fbwinframe have resized them
359 m_winbutton_theme(new WinButtonTheme(scrn, *m_windowtheme)), 359 m_winbutton_theme(new WinButtonTheme(scrn, *m_windowtheme)),
360 m_menutheme(new MenuTheme(scrn)), 360 m_menutheme(new FbTk::MenuTheme(scrn)),
361 m_root_window(scrn), 361 m_root_window(scrn),
362 m_geom_window(m_root_window, 362 m_geom_window(m_root_window,
363 0, 0, 10, 10, 363 0, 0, 10, 10,