From a2801f1ba1e706b5a9a08b0840909ed60d32a6ae Mon Sep 17 00:00:00 2001 From: Rivo Laks Date: Tue, 13 Nov 2007 17:03:24 +0000 Subject: [PATCH] Add #define with KWin effects API version so that 3rd party effects can check for compatibility svn path=/trunk/KDE/kdebase/workspace/; revision=736187 --- lib/kwineffects.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 41c5a89a92..faf402557e 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -28,6 +28,8 @@ License. See the file "COPYING" for the exact licensing terms. #include +#define KWIN_EFFECT_API_VERSION 0x000100 + class KLibrary; class KConfigGroup; class QKeyEvent;