Changeset 965dc18 in mainline for uspace/srv/fb/main.c
- Timestamp:
- 2008-12-05T19:59:03Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49093a4
- Parents:
- 0258e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fb/main.c
r0258e67 r965dc18 39 39 #include "ega.h" 40 40 #include "msim.h" 41 #include "sgcn.h" 41 42 #include "main.h" 42 43 … … 80 81 } 81 82 #endif 83 #ifdef SGCN_ENABLED 84 if ((!initialized) && (sysinfo_value("fb.kind") == 4)) { 85 if (sgcn_init() == 0) 86 initialized = true; 87 } 88 #endif 82 89 83 90 if (!initialized)
Note:
See TracChangeset
for help on using the changeset viewer.