aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
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 {