Oops.
CCMAIL: 78231-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=297863
This commit is contained in:
parent
108d73625a
commit
42b0d187ca
2 changed files with 2 additions and 2 deletions
|
@ -563,7 +563,7 @@ const int SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET
|
|||
bool QuartzClient::isTool()
|
||||
{
|
||||
NET::WindowType type = windowType( SUPPORTED_WINDOW_TYPES_MASK );
|
||||
return ((type==NET::Toolbar)||(type==NET::NET::Utility)||(type==NET::Menu));
|
||||
return ((type==NET::Toolbar)||(type==NET::Utility)||(type==NET::Menu));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -561,7 +561,7 @@ const int SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET
|
|||
bool WebClient::isTool()
|
||||
{
|
||||
NET::WindowType type = windowType( SUPPORTED_WINDOW_TYPES_MASK );
|
||||
return ((type==NET::Toolbar)||(type==NET::NET::Utility)||(type==NET::Menu));
|
||||
return ((type==NET::Toolbar)||(type==NET::Utility)||(type==NET::Menu));
|
||||
}
|
||||
|
||||
bool WebClient::eventFilter( QObject* o, QEvent* e )
|
||||
|
|
Loading…
Reference in a new issue