Changeset d3f2cad in mainline for fb/fb.c


Ignore:
Timestamp:
2006-06-07T10:06:00Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8d77a4
Parents:
9e951acb
Message:

Better colors for ega.
Small updates to initialization code to use only async api.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fb/fb.c

    r9e951acb rd3f2cad  
    774774
    775775        while (1) {
    776                 callid = async_get_call_timeout(&call,250000);
     776                if (vport->cursor_shown)
     777                        callid = async_get_call_timeout(&call,250000);
     778                else
     779                        callid = async_get_call(&call);
     780
    777781                if (!callid) {
    778782                        cursor_blink(vp);
Note: See TracChangeset for help on using the changeset viewer.