From fd8a4c54a7d94c601697d9cb2a7d59daef3a5204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Wed, 16 Dec 2009 17:51:00 +0000 Subject: [PATCH] Add AbilityExtendIntoClientArea. svn path=/trunk/KDE/kdebase/workspace/; revision=1063010 --- lib/kdecoration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/kdecoration.h b/lib/kdecoration.h index 728eaae7c4..9ebf6f8d30 100644 --- a/lib/kdecoration.h +++ b/lib/kdecoration.h @@ -197,6 +197,8 @@ public: /// The mask is still used to define the input region and the blurred /// region, when the blur plugin is enabled. /// @since 4.3 + AbilityExtendIntoClientArea = 3002, ///< The decoration respects transparentRect() + /// @since 4.4 // Tabbing AbilityClientGrouping = 4000, ///< The decoration supports tabbing // TODO colors for individual button types