Subversion Repositories HelenOS-historic

Rev

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

Rev 1630 Rev 1640
Line 771... Line 771...
771
    }
771
    }
772
    client_connected = 1;
772
    client_connected = 1;
773
    ipc_answer_fast(iid, 0, 0, 0); /* Accept connection */
773
    ipc_answer_fast(iid, 0, 0, 0); /* Accept connection */
774
 
774
 
775
    while (1) {
775
    while (1) {
-
 
776
        if (vport->cursor_shown)
776
        callid = async_get_call_timeout(&call,250000);
777
            callid = async_get_call_timeout(&call,250000);
-
 
778
        else
-
 
779
            callid = async_get_call(&call);
-
 
780
 
777
        if (!callid) {
781
        if (!callid) {
778
            cursor_blink(vp);
782
            cursor_blink(vp);
779
            continue;
783
            continue;
780
        }
784
        }
781
        if (shm_handle(callid, &call, vp))
785
        if (shm_handle(callid, &call, vp))