Update pending list management code 88/12488/1
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 15 Nov 2013 13:31:40 +0000 (22:31 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 15 Nov 2013 13:31:40 +0000 (22:31 +0900)
commitcf0d8629b38f1fbc3d93b9a8e5c97cde0d4a2424
tree388cfec7ed9c532761cbffa31685094f793d2365
parented14acfb1b08dd0ef7a7b484f3e9b3eb782a229a
Update pending list management code

if the dbox is not shown yet (not the pause,resume event).
do not append it to pending list.

instead of pending list, add it to hidden list.
so if it is shown (render buffer is ready to draw something one it, in case of script type),
move it to the pending list from hidden list.

so while creating a render buffer from master,
the livebox will not do busy waiting now.

just it will do update again when it gets shown.
(move from hidden_list to pending_list)

Change-Id: I880dba72602dd287e3814d28e7113aba8708519b
packaging/org.tizen.data-provider-slave.spec
src/lb.c