mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: correct cases indendation in Oxygen::Factory::supports()
the oxygen style source and header files format is wonky Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f9c0870657
commit
0748256390
1 changed files with 4 additions and 4 deletions
|
@ -129,19 +129,19 @@ namespace Oxygen
|
|||
|
||||
// compositing
|
||||
case AbilityProvidesShadow:
|
||||
return true;
|
||||
return true;
|
||||
|
||||
case AbilityUsesAlphaChannel:
|
||||
case AbilityAnnounceAlphaChannel:
|
||||
return true;
|
||||
return true;
|
||||
|
||||
// tabs
|
||||
case AbilityTabbing:
|
||||
return true;
|
||||
return true;
|
||||
|
||||
// no colors supported at this time
|
||||
default:
|
||||
return false;
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue