]> git.pld-linux.org Git - packages/beryl-plugins.git/commitdiff
- not allowing some option to be set to 0 just because it would look just
authorwolf <wolf@pld-linux.org>
Fri, 20 Oct 2006 17:10:50 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  like on a mac is plain stupid

Changed files:
    beryl-plugins-fsck-patents.patch -> 1.1

beryl-plugins-fsck-patents.patch [new file with mode: 0644]

diff --git a/beryl-plugins-fsck-patents.patch b/beryl-plugins-fsck-patents.patch
new file mode 100644 (file)
index 0000000..1a781fa
--- /dev/null
@@ -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
This page took 0.076986 seconds and 4 git commands to generate.