Skip to content
  • Pekka Paalanen's avatar
    compositor: add weston_surface_set_label_func() · 8274d901
    Pekka Paalanen authored and Pekka Paalanen's avatar Pekka Paalanen committed
    
    
    When printing out logs from Weston's actions, mainly for debugging, it
    can be very difficult to identify the different surfaces.  Inspecting
    the configure function pointer is not useful, as the configure functions
    may live in modules.
    
    Add vfunc get_label to weston_surface, which will produce a short,
    human-readable description of the surface, which allows identifying it
    better, rather than just looking at the surface size, for instance.
    
    Set the label function from most parts of Weston, to identify cursors and
    drag icons, and panels, backgrounds, screensavers and lock surfaces, and
    the desktop shell's application surfaces.
    
    v2: renamed 'description' to 'label', so we get
    	weston_surface_set_label_func().
    
    Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
    8274d901