Changeset 1d181159 in mainline
- Timestamp:
- 2006-06-02T15:01:24Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58fce89
- Parents:
- 3be8401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r3be8401 r1d181159 318 318 319 319 ipc_call_sync_2(fb_info.phone, FB_GET_CSIZE, 0, 0, &(fb_info.rows), &(fb_info.cols)); 320 ipc_call_async_2(fb_info.phone, FB_SET_STYLE, DEFAULT_FOREGROUND_COLOR, DEFAULT_BACKGROUND_COLOR, NULL, NULL); 320 321 ipc_call_sync(fb_info.phone, FB_CURSOR_VISIBILITY, 1, NULL); 321 322
Note:
See TracChangeset
for help on using the changeset viewer.