|
|
|
|
@ -170,7 +170,7 @@ X-KDE-Library=kwin4_effect_cooleffect |
|
|
|
|
|
|
|
|
|
#define KWIN_EFFECT_API_MAKE_VERSION( major, minor ) (( major ) << 8 | ( minor )) |
|
|
|
|
#define KWIN_EFFECT_API_VERSION_MAJOR 0 |
|
|
|
|
#define KWIN_EFFECT_API_VERSION_MINOR 107 |
|
|
|
|
#define KWIN_EFFECT_API_VERSION_MINOR 108 |
|
|
|
|
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \ |
|
|
|
|
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR ) |
|
|
|
|
|
|
|
|
|
@ -563,6 +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 setShowingDesktop( bool showing ) = 0; |
|
|
|
|
|
|
|
|
|
// Desktops
|
|
|
|
|
|