Changeset bd929cfb in mainline for console/console.c
- Timestamp:
- 2006-06-02T13:23:07Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 83b1d61
- Parents:
- 2d22049
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r2d22049 rbd929cfb 139 139 140 140 scr->position_x = scr->position_x % scr->size_x; 141 scr->position_y = scr->position_y % scr->size_y; 142 ipc_call_async_2(fb_info.phone, FB_CURSOR_GOTO, scr->position_y, scr->position_x, NULL, NULL); 141 142 if (console == active_console) 143 ipc_call_async_2(fb_info.phone, FB_CURSOR_GOTO, scr->position_y, scr->position_x, NULL, NULL); 143 144 144 145 } … … 322 323 } 323 324 325 ipc_call_async_2(fb_info.phone, FB_CURSOR_GOTO, 0, 0, NULL, NULL); 324 326 325 327 if (ipc_connect_to_me(PHONE_NS, SERVICE_CONSOLE, 0, &phonehash) != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.