Add #define with KWin effects API version so that 3rd party effects can check for compatibility

svn path=/trunk/KDE/kdebase/workspace/; revision=736187
This commit is contained in:
Rivo Laks 2007-11-13 17:03:24 +00:00
parent 9043373394
commit a2801f1ba1

View file

@ -28,6 +28,8 @@ License. See the file "COPYING" for the exact licensing terms.
#include <assert.h>
#define KWIN_EFFECT_API_VERSION 0x000100
class KLibrary;
class KConfigGroup;
class QKeyEvent;