Re: [PATCH weston 2/2] ivi-shell: simplfy commit_changes function

2017-02-06 Thread Pekka Paalanen
On Mon, 30 Jan 2017 13:36:07 + "Ucan, Emre (ADITG/SW1)" wrote: > It is a better idea to use one for loop instead > of using three nested for loops. > > We do not need to update the transformation of > views according to the scenegraph. The important > thing is that every visible view is upda

[PATCH weston 2/2] ivi-shell: simplfy commit_changes function

2017-01-30 Thread Ucan, Emre (ADITG/SW1)
It is a better idea to use one for loop instead of using three nested for loops. We do not need to update the transformation of views according to the scenegraph. The important thing is that every visible view is updated before commit_changes function returns. The first if statement checks, if th