~mir-team/mir/squash-overzealous-exception-to-accomodate-underzealous-drivers

Viewing all changes in revision 2292.

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2015-02-04 15:37:12 UTC
  • mfrom: (2251.2.30 touch-event)
  • Revision ID: tarmac-20150204153712-548cnpxai9r8xnsx
Refine touch event API naming that was introduced in Mir 0.10:

MirTouchInputEvent              -> MirTouchEvent
MirTouchInputEventTouchId       -> MirTouchId
MirTouchInputEventTouchAction   -> MirTouchAction
MirTouchInputEventTouchTooltype -> MirTouchTooltype

mir_input_event_get_touch_input_event  -> mir_input_event_get_touch_event
mir_touch_input_event_get_touch_action     -> mir_touch_event_action
mir_touch_input_event_get_modifiers        -> mir_touch_event_modifiers
mir_touch_input_event_get_touch_axis_value -> mir_touch_event_axis_value
mir_touch_input_event_get_touch_count      -> mir_touch_event_point_count
mir_touch_input_event_get_touch_id         -> mir_touch_event_id
mir_touch_input_event_get_touch_tooltype   -> mir_touch_event_tooltype

Full ABI compatibility is retained so nobody needs to recompile. Although if anyone is compiling new code they will be forced to use the new API.

More related proposals to come later.

Approved by PS Jenkins bot, Cemil Azizoglu, Alan Griffiths, Alberto Aguirre.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: