Subversion Repositories HelenOS-historic

Rev

Rev 1711 | Rev 1720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1711 Rev 1713
Line 1057... Line 1057...
1057
        if (vport->cursor_active || anims_enabled)
1057
        if (vport->cursor_active || anims_enabled)
1058
            callid = async_get_call_timeout(&call,250000);
1058
            callid = async_get_call_timeout(&call,250000);
1059
        else
1059
        else
1060
            callid = async_get_call(&call);
1060
            callid = async_get_call(&call);
1061
 
1061
 
-
 
1062
        mouse_hide();
1062
        if (!callid) {
1063
        if (!callid) {
1063
            cursor_blink(vport);
1064
            cursor_blink(vport);
1064
            anims_tick();
1065
            anims_tick();
1065
            continue;
1066
            continue;
1066
        }
1067
        }