Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • stereoscopy
  • pageflip-timeout
  • clone
  • dmabuf-final
  • dmabuf-v4l2
  • 1.9
  • 1.8
  • 1.7
  • 1.6
  • 1.5
  • 1.3
  • 1.4
  • 1.2
  • 1.1
  • 1.0
  • 0.85
  • wayland-demos-0.8
  • next
  • terminal
  • 1.9.0
  • 1.8.93
  • 1.8.92
  • 1.8.91
  • 1.8.0
  • 1.7.93
  • 1.7.92
  • 1.7.91
  • 1.7.0
  • 1.6.93
  • 1.6.92
  • 1.6.1
  • 1.6.91
  • 1.6.0
  • 1.5.93
  • 1.5.92
  • 1.5.91
  • 1.5.0
  • 1.4.93
  • 1.4.92
40 results

weston

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Ucan, Emre (ADITG/SW1) authored and Pekka Paalanen committed
    The internal API "get_weston_view" is introduced, which returns the
    weston_view of the given ivi_layout_surface. The API returns a NULL
    pointer, if the ivi_layout_surface does not have any weston_view.
    
    The weston_view is required in many places of ivi-shell implementation.
    Therefore, this API will reduce lines of code. Furthermore, it will
    increase the maintainability of the ivi-shell implementation.
    
    Old way of getting the weston_view was flawed, because the views list of
    the weston_surface is read without controlling the existence of the
    weston_surface.  New implementation explicitly throws an error if the
    weston_surface does not exist.
    
    Signed-off-by: default avatarEmre Ucan <eucan@de.adit-jv.com>
    Tested-by: default avatarNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
    Reviewed-by: default avatarNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
    [Pekka: Line-wrapped the commit message.]
    64635ee6
    History
    Name Last commit Last update