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:
parent
9043373394
commit
a2801f1ba1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue