Changeset 6cef75da in mainline


Ignore:
Timestamp:
2009-03-02T17:24:56Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c91c9fb
Parents:
d8fcfc0
Message:

get_cons_phone() → get_console_phone()

File:
1 edited

Legend:

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

    rd8fcfc0 r6cef75da  
    113113        if (!lastchar) {
    114114                if (!getchar_inprog) {
    115                         cons_phone = get_cons_phone();
     115                        cons_phone = get_console_phone();
    116116                        getchar_inprog = async_send_2(cons_phone,
    117117                            CONSOLE_GETKEY, 0, 0, &charcall);
Note: See TracChangeset for help on using the changeset viewer.