- Timestamp:
- 2006-05-29T13:58:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f25b73d6
- Parents:
- 51c1b003
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fb/fb.c
r51c1b003 r854387b 161 161 ipcarg_t retval, arg1, arg2; 162 162 163 if(!sysinfo_value("fb")) { 164 printf("Framebuffer initialization failed.\n"); 163 if(!sysinfo_value("fb")) 165 164 return -1; 166 }167 165 168 166 if ((res = ipc_connect_to_me(PHONE_NS, SERVICE_VIDEO, 0, &phonead)) != 0) 169 167 return -1; 170 168 171 if (init_fb() != 0) { 172 printf("Framebuffer initialization failed.\n"); 169 if (init_fb() != 0) 173 170 return -1; 174 }175 171 176 172 async_manager();
Note:
See TracChangeset
for help on using the changeset viewer.