- Timestamp:
- 2006-06-08T22:44:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd02038
- Parents:
- 8bd0316
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r8bd0316 re92aabf 473 473 /* Synchronize, the gcons can have something in queue */ 474 474 async_req(fb_info.phone, FB_FLUSH, 0, NULL); 475 475 /* Enable double buffering */ 476 async_msg_2(fb_info.phone, FB_VIEWPORT_DB, (sysarg_t)-1, 1); 476 477 477 478 async_req_2(fb_info.phone, FB_GET_CSIZE, 0, 0, &(fb_info.rows), &(fb_info.cols));
Note:
See TracChangeset
for help on using the changeset viewer.