Start counting 4.1 API versions from 20, to leave room for 4.0.

svn path=/trunk/KDE/kdebase/workspace/; revision=805092
remotes/origin/Plasma/5.0
Luboš Luňák 18 years ago
parent 5efac21537
commit 6527f9c0b6
  1. 2
      lib/kwineffects.h

@ -162,7 +162,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 7
#define KWIN_EFFECT_API_VERSION_MINOR 20
#define KWIN_EFFECT_API_VERSION KWIN_EFFECT_API_MAKE_VERSION( \
KWIN_EFFECT_API_VERSION_MAJOR, KWIN_EFFECT_API_VERSION_MINOR )

Loading…
Cancel
Save