diff options
Diffstat (limited to 'src/Workspace.cc')
-rw-r--r-- | src/Workspace.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Workspace.cc b/src/Workspace.cc index e1dcc7a..cce8dfe 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc | |||
@@ -98,15 +98,6 @@ void Workspace::addWindow(FluxboxWindow &w, bool place) { | |||
98 | m_windowlist.push_back(&w); | 98 | m_windowlist.push_back(&w); |
99 | m_clientlist_sig.notify(); | 99 | m_clientlist_sig.notify(); |
100 | 100 | ||
101 | if (!w.isStuck()) { | ||
102 | FluxboxWindow::ClientList::iterator client_it = | ||
103 | w.clientList().begin(); | ||
104 | FluxboxWindow::ClientList::iterator client_it_end = | ||
105 | w.clientList().end(); | ||
106 | for (; client_it != client_it_end; ++client_it) | ||
107 | screen().updateNetizenWindowAdd((*client_it)->window(), m_id); | ||
108 | } | ||
109 | |||
110 | } | 101 | } |
111 | 102 | ||
112 | // still_alive is true if the window will continue to exist after | 103 | // still_alive is true if the window will continue to exist after |