This repository was archived by the owner on Oct 26, 2021. It is now read-only.
Commit dc97376
Gunnar Andersson
hmicontroller: (PARTIAL) Pass INVALID_ID to auto-generate layer ID
A layer ID of zero is not correct. I am guessing that the previous
intention was to use zero to generate an automatic ID, and the ILM
documentation incorrectly said that it would (upstream bug [LM-6]).
INVALID_ID should be passed instead, to get a generated ID.
The parameter to helper function createLayer() must now be passed by
reference so that the member variable m_backgroundSurfaceId can be
assigned the right value. The layer ID used to be constant (zero) and
therefore this was not the case before.
[GDP-778] wayland-ivi-extension layer id integration issues from P-0.1
and P-1.0 upgrade
[LM-6] Documentation for ilm_layerCreateWithDimension() is wrong
regarding creating new ID automatically?
Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
layercontroller: debug printouts (WIP)
Revert "hmicontroller: Pass INVALID_ID to auto-generate layer ID"
This reverts commit 4a09142.
Redo debug and createlayer-by-ref1 parent 95aadfb commit dc97376
File tree
2 files changed
+17
-3
lines changed- plugins/hmi-controller
2 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
619 | 633 | | |
620 | 634 | | |
621 | 635 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments