Changeset 00bb6965 in mainline for uspace/fb/main.c
- Timestamp:
- 2006-12-11T23:17:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- df496c5
- Parents:
- dff0a94
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/fb/main.c
rdff0a94 r00bb6965 46 46 dest = as_get_mappable_page(IPC_GET_ARG2(*call), 47 47 PAGE_COLOR(IPC_GET_ARG1(*call))); 48 if (ipc_answer_fast(callid, 0, (sysarg_t) dest, 0) == 0) {48 if (ipc_answer_fast(callid, 0, (sysarg_t) dest, 0) == 0) { 49 49 if (*area) 50 50 as_area_destroy(*area); … … 65 65 #endif 66 66 #ifdef EGA_ENABLED 67 if (! 67 if (!initialized && sysinfo_value("fb.kind") == 2) { 68 68 if (ega_init() == 0) 69 69 initialized = 1;
Note:
See TracChangeset
for help on using the changeset viewer.