From 77041d785dbbede734f8dc44aa454d07d14f0317 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 13:30:41 -0600 Subject: =?UTF-8?q?Clean=20up=209cc1e2c1=20changes=20to=20enum=20This=20co?= =?UTF-8?q?rrects=20a=20potential=20ABI=20compat=20problem=20noted=20by=20?= =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twin/lib/kdecoration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin') diff --git a/twin/lib/kdecoration.h b/twin/lib/kdecoration.h index 19fe494ed..f18f970e2 100644 --- a/twin/lib/kdecoration.h +++ b/twin/lib/kdecoration.h @@ -97,10 +97,10 @@ public: LowerOp, FullScreenOp, NoBorderOp, - ShadowOp, NoOp, SetupWindowShortcutOp, - ApplicationRulesOp ///< @since 3.5 + ApplicationRulesOp, ///< @since 3.5 + ShadowOp ///< @since 3.5.12 }; /** * Basic color types that should be recognized by all decoration styles. -- cgit v1.2.3