diff options
Diffstat (limited to 'kwin/layers.cpp')
-rw-r--r-- | kwin/layers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kwin/layers.cpp b/kwin/layers.cpp index 8d942c731..fcb6d8383 100644 --- a/kwin/layers.cpp +++ b/kwin/layers.cpp @@ -207,9 +207,11 @@ void Workspace::propagateClients( bool propagate_new_clients ) window_stack[ topmenu_space_pos ] = topmenu_space->winId(); ++pos; } +#if 0 // TODO isn't it too inefficient to restart always all clients? // TODO don't restack not visible windows? assert( new_stack[ 0 ] = supportWindow->winId()); +#endif #if 0 XRestackWindows(qt_xdisplay(), new_stack, pos); delete [] new_stack; |