[libkwineffects] Bump API version
Summary: Recently, libkwineffects got some changes that break ABI compatibility, so we have to bump the API version. Test Plan: When using a binary effect, which is made against 226 version, KWin no longer crashes. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D17444
This commit is contained in:
parent
caf0c93864
commit
17358796ab
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 226
|
||||
#define KWIN_EFFECT_API_VERSION_MINOR 227
|
||||
#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