Changeset a3d2939 in mainline for console/console.c


Ignore:
Timestamp:
2006-06-17T07:37:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e0bfcf8
Parents:
d3cd9774
Message:

Do somewhat intelligent mouse hiding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    rd3cd9774 ra3d2939  
    418418                        break;
    419419                case CONSOLE_FLUSH:
    420                         async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL);         
     420                        if (consnum == active_console)
     421                                async_req_2(fb_info.phone, FB_FLUSH, 0, 0, NULL, NULL);         
    421422                        break;
    422423                case CONSOLE_SET_STYLE:
Note: See TracChangeset for help on using the changeset viewer.