diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 13:30:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 13:30:41 -0600 |
commit | 77041d785dbbede734f8dc44aa454d07d14f0317 (patch) | |
tree | 47d32ab8d47f78e4746018d3cef0aca58a9dad56 /twin | |
parent | a792d41878ffa9b894ac6ba7401b36a56603a9fb (diff) | |
download | tdebase-77041d785dbbede734f8dc44aa454d07d14f0317.tar.gz tdebase-77041d785dbbede734f8dc44aa454d07d14f0317.zip |
Clean up 9cc1e2c1 changes to enum
This corrects a potential ABI compat problem noted by Martin Gräßlin
Diffstat (limited to 'twin')
-rw-r--r-- | twin/lib/kdecoration.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |