Changeset 416abec in mainline for uspace/app/tetris/input.c


Ignore:
Timestamp:
2009-03-20T20:58:21Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e622f0a8
Parents:
db90860
Message:

Improve the console library functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/input.c

    rdb90860 r416abec  
    116116again:
    117117                if (!getchar_inprog) {
    118                         cons_phone = console_phone_get();
     118                        cons_phone = console_phone_get(true);
    119119                        getchar_inprog = async_send_2(cons_phone,
    120120                            CONSOLE_GETKEY, 0, 0, &charcall);
Note: See TracChangeset for help on using the changeset viewer.