Changeset ff9244a in mainline for uspace/app/tetris/screen.c
- Timestamp:
- 2007-12-26T22:16:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f02aa17
- Parents:
- 75ae31d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/screen.c
r75ae31d rff9244a 119 119 scr_init(void) 120 120 { 121 con_phone = get_ fd_phone(1);121 con_phone = get_cons_phone(); 122 122 async_msg_1(con_phone, CONSOLE_CURSOR_VISIBILITY, 0); 123 123 resume_normal();
Note:
See TracChangeset
for help on using the changeset viewer.