diff options
author | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-11-28 17:55:02 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-11-28 17:55:02 +0100 |
commit | 56cefbb91de096900c1e74c3b120f6fb5c25a8b8 (patch) | |
tree | ee77f0055b7c1e8ec3dc34244788b563defb6401 /doc | |
parent | 671b366ab609ccd58456e8debf0a20e46315b3e6 (diff) |
doc: fix invalid image reference
This fixes an invalid reference to image software-stack.png in ApplicationGuide.md
Change-Id: I3362a02c00dd4524b6567ebc95b48cdfc792289b
Signed-off-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ApplicationGuide.md | 4 |
1 files changed, 2 insertions, 2 deletions
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. |