Changeset 907bb49 in mainline for uspace/app/tetris/input.c


Ignore:
Timestamp:
2009-03-18T22:22:31Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
266daf5a
Parents:
eada065e
Message:

Consolidate console interface.

File:
1 edited

Legend:

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

    reada065e r907bb49  
    5959#include <async.h>
    6060#include <ipc/console.h>
     61#include <console.h>
    6162#include <kbd/kbd.h>
    6263
     
    115116again:
    116117                if (!getchar_inprog) {
    117                         cons_phone = get_console_phone();
     118                        cons_phone = console_phone_get();
    118119                        getchar_inprog = async_send_2(cons_phone,
    119120                            CONSOLE_GETKEY, 0, 0, &charcall);
Note: See TracChangeset for help on using the changeset viewer.