Changeset 6cef75da in mainline
- Timestamp:
- 2009-03-02T17:24:56Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c91c9fb
- Parents:
- d8fcfc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/input.c
rd8fcfc0 r6cef75da 113 113 if (!lastchar) { 114 114 if (!getchar_inprog) { 115 cons_phone = get_cons _phone();115 cons_phone = get_console_phone(); 116 116 getchar_inprog = async_send_2(cons_phone, 117 117 CONSOLE_GETKEY, 0, 0, &charcall);
Note:
See TracChangeset
for help on using the changeset viewer.