From c947adcfe46b275fb95e2e7fab6c5e85423f705a Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Oct 2006 17:10:50 +0000 Subject: - 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 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 -- cgit v0.10.2