Skip to content
Snippets Groups Projects
  1. Jun 03, 2016
  2. Jun 01, 2016
    • Pekka Paalanen's avatar
      ivi-shell: add API for weston_surface -> ivi_layout_surface · eaa43fc3
      Pekka Paalanen authored
      
      Add ivi-layout API for getting an ivi_layout_surface from a
      weston_surface if it exists. This can be used by controllers that hook
      up to core Weston callbacks and get handed a weston_surface, but need to
      use ivi-layout API to manipulate it.
      
      The only ways ivi-layout itself would be able to go from weston_surface
      to ivi_layout_surface are either searching through the list of all
      ivi_layout_surfaces or adding a dummy destroy listener to the
      weston_surface. Therefore the implementation is delegated to
      ivi-shell.c.
      
      Ivi-shell.c can easily look up the ivi_shell_surface for a
      weston_surface, and that will map 1:1 to an ivi_layout_surface.
      
      Signed-off-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
      Reviewed-by: default avatarEmre Ucan <eucan@de.adit-jv.com>
      eaa43fc3
  3. May 20, 2016
  4. May 12, 2016
  5. Apr 29, 2016
  6. Apr 12, 2016
  7. Apr 05, 2016
  8. Apr 01, 2016
  9. Mar 24, 2016
  10. Mar 18, 2016
  11. Mar 17, 2016
  12. Mar 16, 2016
Loading