Required for the exploit-new-kwin-colors patch

svn path=/trunk/kdebase/kwin/; revision=261201
This commit is contained in:
Daniel Molkentin 2003-10-23 05:26:53 +00:00
parent b3144663fd
commit fffdc0d01a

View file

@ -123,7 +123,7 @@ unsigned long KDecorationOptionsPrivate::updateKWinSettings( KConfig* config )
config->readColorEntry("inactiveTitleBtnBg",
&colors[ColorButtonBg]);
colors[ColorHandle+NUM_COLORS] = colors[ColorFrame];
colors[ColorHandle+NUM_COLORS] =
config->readColorEntry("inactiveHandle", &colors[ColorHandle]);
colors[ColorFont+NUM_COLORS] = colors[ColorFrame].dark();