Hide shutdown dialog from taskbar

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1257821 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 0c0972bec8
commit 28310a5368

@ -516,7 +516,7 @@ void KSMShutdownFeedback::slotPaintEffect()
KSMShutdownIPFeedback * KSMShutdownIPFeedback::s_pSelf = 0L;
KSMShutdownIPFeedback::KSMShutdownIPFeedback()
: TQWidget( 0L, "feedbackipwidget", Qt::WStyle_Customize | Qt::WStyle_NoBorder | Qt::WStyle_StaysOnTop ), m_timeout(0), m_isPainted(false), m_sharedRootPixmap(NULL), mPixmapTimeout(0)
: TQWidget( 0L, "systemmodaldialogclass", Qt::WStyle_Customize | Qt::WStyle_NoBorder | Qt::WStyle_StaysOnTop ), m_timeout(0), m_isPainted(false), m_sharedRootPixmap(NULL), mPixmapTimeout(0)
{
m_sharedRootPixmap = new KRootPixmap(this);

@ -61,5 +61,20 @@ wmclass=
wmclasscomplete=false
wmclassmatch=0
[4]
Description=(Default) Hide system modal dialog class from taskbar
fsplevel=0
fsplevelrule=2
skiptaskbar=true
skiptaskbarrule=2
title=
titlematch=0
types=32
windowrole=systemmodaldialogclass
windowrolematch=1
wmclass=
wmclasscomplete=false
wmclassmatch=0
[General]
count=3
count=4

Loading…
Cancel
Save