[libkwineffects] Bump api version
Summary: libkwineffects in master is no longer ABI compatible with 0.227 because order of virtual methods in EffectsHandler and EffectWindow had been changed. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D20652
This commit is contained in:
parent
80c17e43d1
commit
2028855517
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,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 227
|
||||
#define KWIN_EFFECT_API_VERSION_MINOR 228
|
||||
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \
|
||||
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )
|
||||
|
||||
|
|
Loading…
Reference in a new issue