diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 8d0c6f1..a4c0fa2 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -151,8 +151,7 @@ public: | |||
151 | 151 | ||
152 | /// create a window from a client | 152 | /// create a window from a client |
153 | FluxboxWindow(WinClient &client, | 153 | FluxboxWindow(WinClient &client, |
154 | FbWinFrameTheme &tm, | 154 | FbTk::ThemeProxy<FbWinFrameTheme> &tm, FbTk::XLayer &layer); |
155 | FbTk::XLayer &layer); | ||
156 | 155 | ||
157 | virtual ~FluxboxWindow(); | 156 | virtual ~FluxboxWindow(); |
158 | 157 | ||