Skip to content
  • Pekka Paalanen's avatar
    Rename public backend headers · 7571027f
    Pekka Paalanen authored
    
    
    The backend headers are renamed from compositor-foo.h to backend-foo.h to
    better describe their purpose. These headers are public libweston API for each
    specific backend.
    
    The headers will also be used like
    
     #include <libweston/backend-drm.h>
    
    instead of
    
     #include <compositor-drm.h>
    
    to give them a more explicit namespace.
    
    Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
    7571027f