Skip to content
  • Emmanuele Bassi's avatar
    events: Add platform-data to allocated Events · f44ccba4
    Emmanuele Bassi authored
    Events allocated by Clutter should have a pointer to platform-specific
    data; this would allow backends to add separate structures for holding
    ancillary data, whilst retaining the ClutterEvent structure for use on
    the stack.
    
    In theory, for Clutter 2.x we might just want to drop Event and use an
    opaque structure, or a typed data structure inheriting from
    GTypeInstance instead.
    f44ccba4