summaryrefslogtreecommitdiffstats
path: root/redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2012-04-01 18:56:22 +0200
committerFrancois Andriot <francois.andriot@free.fr>2012-04-01 18:56:22 +0200
commitc19de01aa59dc4055438537896d79ec4f457594d (patch)
tree8ff4449860a7cb988235968c7b73af0e44503a2d /redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
parent8334f62eb4c103256204708eef6ea1077744ae67 (diff)
downloadtde-packaging-c19de01aa59dc4055438537896d79ec4f457594d.tar.gz
tde-packaging-c19de01aa59dc4055438537896d79ec4f457594d.zip
RHEL/Fedora: lots of kdebase/tdebase updates
Diffstat (limited to 'redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch')
-rw-r--r--redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch b/redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
new file mode 100644
index 000000000..ce8b23182
--- /dev/null
+++ b/redhat/kdebase/kdebase-3.5.13-fix_potential_ABI_compat_problem.patch
@@ -0,0 +1,24 @@
+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.