[kde-workspace/KDE/4.10] Re: kwin: Compile

Thomas Lübking thomas.luebking at gmail.com
Sun Mar 3 15:09:13 UTC 2013


THANKS!

Thomas

On Sonntag, 3. März 2013 15:51:24 CEST, Albert Astals Cid wrote:
> Git commit 480b6e77e46ae3b9149aab6bd6dbd728fd3319d7 by Albert Astals Cid.
> Committed on 03/03/2013 at 15:50.
> Pushed by aacid into branch 'KDE/4.10'.
>
> Compile
>
> CCMAIL: kwin at kde.org
> CCMAIL: release-team at kde.org
>
> M  +1    -1    kwin/layers.cpp
>
> http://commits.kde.org/kde-workspace/480b6e77e46ae3b9149aab6bd6dbd728fd3319d7
>
> diff --git a/kwin/layers.cpp b/kwin/layers.cpp
> index 17498cc..0604cab 100644
> --- a/kwin/layers.cpp
> +++ b/kwin/layers.cpp
> @@ -216,7 +216,7 @@ void Workspace::propagateClients(bool 
> propagate_new_clients)
>  
>      // TODO isn't it too inefficient to restack always all clients?
>      // TODO don't restack not visible windows?
> -    assert(newWindowStack.at(0) == (Window*)supportWindow->winId());
> +    assert(newWindowStack.at(0) == supportWindow->winId());
>      XRestackWindows(display(), (Window*)newWindowStack.data(), 
> newWindowStack.count());
>  
>      int pos = 0;



More information about the release-team mailing list