also put back the random...

This commit is contained in:
discomfitor 2013-10-20 16:33:06 +01:00
parent c5f8e8551a
commit 06504b04d6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ _ds_show(E_Desk *desk, int dx, int dy)
else
use_type = rand() % DS_LAST;
/* pick a random flip */
switch (DS_BLINK)
switch (use_type)
{
int x, y, hx, hy, w, h;
Evas_Object *o;