Changeset 2035
- Timestamp:
- 04/02/09 21:35:30 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/video/virtual.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/video/virtual.c
r1822 r2035 70 70 }; 71 71 72 KE_OBJECT_TYPE(vMasterType, NULL , NULL, KEDEV_OBJ_OFFSET(struct VirtualMaster, device));73 KE_OBJECT_TYPE(vTermType, NULL , NULL, KEDEV_OBJ_OFFSET(struct VirtualTerm, device));72 KE_OBJECT_TYPE(vMasterType, NULL); 73 KE_OBJECT_TYPE(vTermType, NULL); 74 74 75 75 struct VirtualMaster vMaster;
