SVN_SILENT Left-overs from the revert.
svn path=/trunk/KDE/kdebase/workspace/; revision=929351
This commit is contained in:
parent
e03748fba7
commit
913c4f387a
2 changed files with 2 additions and 2 deletions
|
@ -1546,7 +1546,7 @@ int Workspace::numScreens() const
|
|||
return Kephal::ScreenUtils::numScreens();
|
||||
}
|
||||
|
||||
int Workspace::activeScreen( bool checkClient ) const
|
||||
int Workspace::activeScreen() const
|
||||
{
|
||||
if( !options->xineramaEnabled )
|
||||
return 0;
|
||||
|
|
|
@ -282,7 +282,7 @@ class Workspace : public QObject, public KDecorationDefines
|
|||
// Unsorted
|
||||
|
||||
public:
|
||||
int activeScreen( bool checkClient = true ) const;
|
||||
int activeScreen() const;
|
||||
int numScreens() const;
|
||||
void checkActiveScreen( const Client* c );
|
||||
void setActiveScreenMouse( const QPoint& mousepos );
|
||||
|
|
Loading…
Reference in a new issue