aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-03-06 21:23:18 (GMT)
committermarkt <markt>2007-03-06 21:23:18 (GMT)
commit82f02f44c590e6eb04b2b6211bc602cd75210524 (patch)
treea76b4d37f0e9cf23aa1182d133a001b3b868d88d /src/Window.cc
parente407bb80b62205cd647082bee4658327b962f24b (diff)
downloadfluxbox-82f02f44c590e6eb04b2b6211bc602cd75210524.zip
fluxbox-82f02f44c590e6eb04b2b6211bc602cd75210524.tar.bz2
I seem to have forgotten this in the last patch
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 5b10058..e471d6e 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -204,9 +204,6 @@ void tempRaiseFluxboxWindow(FluxboxWindow &win) {
204 if (win.oplock) return; 204 if (win.oplock) return;
205 win.oplock = true; 205 win.oplock = true;
206 206
207 if (!win.winClient().transientList().empty())
208 win.screen().layerManager().lock();
209
210 if (!win.isIconic()) { 207 if (!win.isIconic()) {
211 // don't update netizen, as it is only temporary 208 // don't update netizen, as it is only temporary
212 win.layerItem().tempRaise(); 209 win.layerItem().tempRaise();
@@ -222,9 +219,6 @@ void tempRaiseFluxboxWindow(FluxboxWindow &win) {
222 } 219 }
223 win.oplock = false; 220 win.oplock = false;
224 221
225 if (!win.winClient().transientList().empty())
226 win.screen().layerManager().unlock();
227
228} 222}
229 223
230class SetClientCmd:public FbTk::Command { 224class SetClientCmd:public FbTk::Command {