summaryrefslogtreecommitdiffstats
path: root/redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-05 18:04:47 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-05 18:04:47 +0200
commit29e62220cb68514d690d516f030da6c4f4aaec28 (patch)
tree2e473278089c36e6aecc4a22a6c904d76b395eae /redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
parentaeb0878cbf7f908978c080a9bbb2b4b1c08de18d (diff)
downloadtde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.tar.gz
tde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.zip
RPM Packaging: cleanup tdebase
Diffstat (limited to 'redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch')
-rw-r--r--redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch b/redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
deleted file mode 100644
index ce8b23182..000000000
--- a/redhat/tdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 77041d785dbbede734f8dc44aa454d07d14f0317
-Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Date: 1329161441 -0600
-
- Clean up 9cc1e2c1 changes to enum
- This corrects a potential ABI compat problem noted by Martin Gräßlin
-
-diff --git a/twin/lib/kdecoration.h b/twin/lib/kdecoration.h
-index 19fe494..f18f970 100644
---- a/kwin/lib/kdecoration.h
-+++ b/kwin/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.