unbreak BLINK

This commit is contained in:
discomfitor 2013-10-20 16:31:11 +01:00
parent b68a721afe
commit c5f8e8551a
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,7 @@ _ds_show(E_Desk *desk, int dx, int dy)
else else
use_type = rand() % DS_LAST; use_type = rand() % DS_LAST;
/* pick a random flip */ /* pick a random flip */
switch (use_type) switch (DS_BLINK)
{ {
int x, y, hx, hy, w, h; int x, y, hx, hy, w, h;
Evas_Object *o; Evas_Object *o;
@ -347,6 +347,7 @@ _ds_show(E_Desk *desk, int dx, int dy)
EFX_POINT(desk->zone->x, desk->zone->y + (desk->zone->h / 2)), EFX_POINT(desk->zone->x, desk->zone->y + (desk->zone->h / 2)),
desk->zone->w, 1, 0.45, _ds_end, NULL); desk->zone->w, 1, 0.45, _ds_end, NULL);
} }
break;
case DS_VIEWPORT: case DS_VIEWPORT:
{ {
Evas_Object *clip; Evas_Object *clip;