~kdub/mir/mali-client-render-support

« back to all changes in this revision

Viewing changes to src/server/input/android/dummy_android_pointer_controller.h

  • Committer: Kevin DuBois
  • Date: 2013-11-05 21:44:14 UTC
  • mfrom: (1062.1.137 dev)
  • Revision ID: kevin.dubois@canonical.com-20131105214414-d32r52joqrs8tsmo
merge dev branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    {
80
80
        (void)presentation;
81
81
    }
82
 
    virtual void setSpots(const droidinput::PointerCoords* spot_coords,
83
 
                          const uint32_t* spot_id_to_index, droidinput::BitSet32 spot_id_nits)
 
82
    virtual void setSpots(const droidinput::PointerCoords* spot_coords, uint32_t spot_count)
84
83
    {
85
84
        (void)spot_coords;
86
 
        (void)spot_id_to_index;
87
 
        (void)spot_id_nits;
 
85
        (void)spot_count;
88
86
    }
89
87
    virtual void clearSpots()
90
88
    {