CEDS PLM issue fix
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 19 Aug 2013 17:22:21 +0000 (02:22 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 19 Aug 2013 17:22:21 +0000 (02:22 +0900)
commit3d13d523f581127bf3c5464a41ad5371a17fb2f6
tree5076ee53b3210826b90a4475326e81522830e6c3
parent389956df757237b468936689801b2e7f3b7fd461
CEDS PLM issue fix

[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] P130817-01970
[problem] Viewer tries to get the pixmap id while the service provider changes the size of PD buffer.
[cause] To resize the PD buffer, service provider should release the previous one first, at that time, the client can tries to get the pixmap id.
[solution] If the buffer is in resizing status, client library should try again to get the valid pixmap Id.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I7cf1f23d67369d574d10ef279a25fe878805869c
src/client.c
src/fb.c
src/file_service.c
src/livebox.c
src/master_rpc.c
src/util.c