aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-05 03:34:11 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-05 03:34:11 +0100
commit73bc4d2e503c120cbc2a454496e7c64fbd76d1b9 (patch)
tree54ca778a49eb3f414adc97f899b90d68d98bfde4
parentimcrease speed ! (diff)
downloadglouglou-73bc4d2e503c120cbc2a454496e7c64fbd76d1b9.tar.xz
glouglou-73bc4d2e503c120cbc2a454496e7c64fbd76d1b9.zip
more reasonable speed and size for a wallpaper
-rw-r--r--data/elife.edc2
-rw-r--r--src/elife_evas_smart.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/data/elife.edc b/data/elife.edc
index b58ef9c..d8f1a65 100644
--- a/data/elife.edc
+++ b/data/elife.edc
@@ -9,7 +9,7 @@ collections {
script {
public clock_cb(unused) {
emit("elife:refresh", "☃");
- timer(0.3, "clock_cb", 1);
+ timer(0.8, "clock_cb", 1);
}
}
diff --git a/src/elife_evas_smart.c b/src/elife_evas_smart.c
index 563c501..086b1a2 100644
--- a/src/elife_evas_smart.c
+++ b/src/elife_evas_smart.c
@@ -23,8 +23,8 @@
#include "elife_evas_smart.h"
-#define NCELL_X 200
-#define NCELL_Y 200
+#define NCELL_X 100
+#define NCELL_Y 100
#define INJECT_PROBA 30
#define INITCELL_PROBA 7
#define CONWAY_GROW_DIE 600