aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
commitac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch)
treec8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/Window.hh
parent60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff)
downloadfluxbox_paul-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip
fluxbox_paul-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2
update code to use ThemeProxy
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
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