Changeset 576 for trunk


Ignore:
Timestamp:
07/29/11 12:57:23 (10 months ago)
Author:
ddangelo
Message:

Missing field creation macro added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-display/src/avango/display/mt/MultitouchDevice.cpp

    r575 r576  
    4444  AV_FC_ADD_FIELD(Available, MFMultitouchFinger::ContainerType()); 
    4545  AV_FC_ADD_FIELD(Removed, MFMultitouchFinger::ContainerType()); 
     46 
     47  AV_FC_ADD_FIELD(AddedUsers, MFMultitouchUser::ContainerType()); 
     48  AV_FC_ADD_FIELD(AvailableUsers, MFMultitouchUser::ContainerType()); 
     49  AV_FC_ADD_FIELD(RemovedUsers, MFMultitouchUser::ContainerType()); 
     50 
    4651  AV_FC_ADD_FIELD(Filtering, false); 
    4752  AV_FC_ADD_FIELD(FilterSize, 0); 
Note: See TracChangeset for help on using the changeset viewer.