Add handle type value when initialize config 30/267830/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 10 Dec 2021 07:50:10 +0000 (16:50 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 10 Dec 2021 07:50:13 +0000 (16:50 +0900)
commit36ab3647abca53b478802bc48f7cee882c191664
treef67368e9980712ad994a0f0f40bf16066c1d1dd8
parentd002857b5037a95bc82e415b231cda87189b00ca
Add handle type value when initialize config

When client initialize the vc_config_mgr, manager and setting client send the handle with unique
type value as a parameter into. This is because the uid can be used to check the type of client
when vc_config_mgr needs to identify the client. However, widget client did not add unique value
into the handle.

Thus, this patch makes the widget client send handle with unique value for widget client. By this
change, widget client also works same as other types of client.

Change-Id: I3eb28c8a97621dd9809447bd63a79858f7353ef8
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/vc_widget.c