add warp event by having current.

SVN revision: 34215
This commit is contained in:
Carsten Haitzler 2008-04-07 19:06:13 +00:00
parent e042d0779f
commit e4483a8c0e
1 changed files with 2 additions and 0 deletions

View File

@ -996,6 +996,8 @@ _e_zone_cb_timer(void *data)
zone->flip.timer = NULL;
current = e_desk_current_get(zone);
if (current)
ecore_event_add(E_EVENT_POINTER_WARP, ev, NULL, NULL);
else