summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolf2006-10-20 17:10:50 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc947adcfe46b275fb95e2e7fab6c5e85423f705a (patch)
treee2b723f1fedc916520f5f3672d96280fce6b4c81
parent031e97291cf01cb2b9900c7585407c295fcc0c11 (diff)
downloadberyl-plugins-c947adcfe46b275fb95e2e7fab6c5e85423f705a.zip
beryl-plugins-c947adcfe46b275fb95e2e7fab6c5e85423f705a.tar.gz
- not allowing some option to be set to 0 just because it would look just
like on a mac is plain stupid Changed files: beryl-plugins-fsck-patents.patch -> 1.1
-rw-r--r--beryl-plugins-fsck-patents.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/beryl-plugins-fsck-patents.patch b/beryl-plugins-fsck-patents.patch
new file mode 100644
index 0000000..1a781fa
--- /dev/null
+++ b/beryl-plugins-fsck-patents.patch
@@ -0,0 +1,21 @@
+diff -ruN beryl-plugins./src/animation.c beryl-plugins/src/animation.c
+--- beryl-plugins./src/animation.c 2006-10-20 16:38:33.000000000 +0200
++++ beryl-plugins/src/animation.c 2006-10-20 19:05:31.381582196 +0200
+@@ -117,7 +117,7 @@
+ #define ANIM_MAGIC_LAMP1_GRID_RES_MAX 200
+
+ #define ANIM_MAGIC_LAMP1_MAX_WAVES_DEFAULT 5
+-#define ANIM_MAGIC_LAMP1_MAX_WAVES_MIN 3
++#define ANIM_MAGIC_LAMP1_MAX_WAVES_MIN 0
+ #define ANIM_MAGIC_LAMP1_MAX_WAVES_MAX 20
+
+ #define ANIM_MAGIC_LAMP1_WAVE_AMP_MIN_DEFAULT 200
+@@ -135,7 +135,7 @@
+ #define ANIM_MAGIC_LAMP2_GRID_RES_MAX 200
+
+ #define ANIM_MAGIC_LAMP2_MAX_WAVES_DEFAULT 3
+-#define ANIM_MAGIC_LAMP2_MAX_WAVES_MIN 3
++#define ANIM_MAGIC_LAMP2_MAX_WAVES_MIN 0
+ #define ANIM_MAGIC_LAMP2_MAX_WAVES_MAX 20
+
+ #define ANIM_MAGIC_LAMP2_WAVE_AMP_MIN_DEFAULT 200