A screen is not a desktop
svn path=/trunk/KDE/kdebase/workspace/; revision=1051266
This commit is contained in:
parent
2ff73028a0
commit
1333644850
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ class KWIN_EXPORT EffectsHandler
|
|||
virtual EffectWindow* activeWindow() const = 0 ;
|
||||
virtual void moveWindow( EffectWindow* w, const QPoint& pos, bool snap = false, double snapAdjust = 1.0 ) = 0;
|
||||
virtual void windowToDesktop( EffectWindow* w, int desktop ) = 0;
|
||||
virtual void windowToScreen( EffectWindow* w, int desktop ) = 0;
|
||||
virtual void windowToScreen( EffectWindow* w, int screen ) = 0;
|
||||
virtual void setShowingDesktop( bool showing ) = 0;
|
||||
|
||||
// Desktops
|
||||
|
|
Loading…
Reference in a new issue