Changeset 2035

Show
Ignore:
Timestamp:
04/02/09 21:35:30 (3 years ago)
Author:
mwhitworth
Message:

Fix object type.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/video/virtual.c

    r1822 r2035  
    7070}; 
    7171 
    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)); 
     72KE_OBJECT_TYPE(vMasterType, NULL); 
     73KE_OBJECT_TYPE(vTermType, NULL); 
    7474 
    7575struct VirtualMaster vMaster;