weston version: 9.0.0
weston中模块
Head: weston_head
Represents a head, usually a display connector.
Output: weston_output
Content producer for heads.
Compositor: weston_compositor
Main object, container-like structure which aggregates all other objects.
weston-logging
Public Logging/Debugging API
Private/Internal Logging/Debugging API
weston-debug protocol specific
1,output对应屏幕
2,view对应窗口;多个view同属一个layer
3,plane对应底层plane
关于display/surface,个人感觉更多的是为了和egl等做适配