aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index c66024a..700bd10 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -611,6 +611,7 @@ private:
611 int m_last_button_x, ///< last known x position of the mouse button 611 int m_last_button_x, ///< last known x position of the mouse button
612 m_last_button_y; ///< last known y position of the mouse button 612 m_last_button_y; ///< last known y position of the mouse button
613 613
614 FocusableTheme<WinButtonTheme> m_button_theme;
614 FocusableTheme<FbWinFrameTheme> m_theme; 615 FocusableTheme<FbWinFrameTheme> m_theme;
615 FbWinFrame m_frame; ///< the actuall window frame 616 FbWinFrame m_frame; ///< the actuall window frame
616 617