X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2FApplicationGuide.md;fp=doc%2FApplicationGuide.md;h=a5238c76dbb88980a2b77f51d2a62388c51dc384;hb=d1188744973931f66a83968310175369cd85c231;hp=2b17c8f93acebe16bff200fd94c00b696b432d61;hpb=c5b67725974af99e50fa5dc02843c7d741add880;p=apps%2Fagl-service-windowmanager.git diff --git a/doc/ApplicationGuide.md b/doc/ApplicationGuide.md index 2b17c8f..a5238c7 100644 --- a/doc/ApplicationGuide.md +++ b/doc/ApplicationGuide.md @@ -218,7 +218,7 @@ An application can use libwindowmanager.so to call Window Manager API simply. Window Manager is based on the GENIVI layer management system. -![software-stack.png](parts/software-stack.png) +![wm_software-stack.png](parts/wm_software-stack.png) ## Layers @@ -899,4 +899,4 @@ For example, if OEM sets 2 pattern layout for `navi`, the application which requ - Currenly, Window Manager supports only one screen. Dual display is not supported. - As implemented in sample code, Qt application has to wait requesting `activateWindow` until `frameSwapped` is emitted. - Qt application conceals, wayland and openGL processes, so it is difficult to call `swapBuffer` after `flushDraw` event described in the architecture document. But no problem if you use toolkit such as Qt, because it is automatically processed between applications and compositor(weston). -- Editing ZIPC is difficult for open source developer due to licence. \ No newline at end of file +- Editing ZIPC is difficult for open source developer due to licence.