On Wed, Nov 6, 2013 at 7:00 AM, Martin Gräßlin <mgraess...@kde.org> wrote:

> And what about the event filter on the root window to ensure that the
> splash
>  screen stays on top of the stack? Maybe that was missing in KSplashQML,
> but
> KSplashX clearly has that.
>

There's
     setFlags(
        Qt::FramelessWindowHint |
        Qt::WindowStaysOnTopHint |
        Qt::BypassWindowManagerHint
    );

on the splash windows.

Not sure how much of a replacement that is though.

Cheers
-- 
Martin Klapetek | KDE Developer
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to