Rename event types for consistency 70/286370/1 accepted/tizen/unified/20230106.165108
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 27 Oct 2022 06:00:25 +0000 (15:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 5 Jan 2023 01:26:58 +0000 (10:26 +0900)
commitc5eb1cf7bc662880402bbf7aa9c78a773e7c8cc7
tree902a94696106c078970eeb70b896d58962b8b707
parentd9fc2e8b50c6a339e02dd34e569c47b7d2571ac0
Rename event types for consistency

The event type names should be prefixed with `ds_{submodule}_event_`.

Change-Id: I0dcfa36d901b5a89b78af172ce664a81bd1e40a5
16 files changed:
examples/tinyds-dpms.c
examples/tinyds-policy.c
examples/tinyds-tdm.c
include/libds-tizen/dpms.h
include/libds-tizen/policy.h
include/libds-tizen/remote_surface.h
include/libds-tizen/screenshooter.h
include/libds-tizen/video.h
src/dpms/dpms.c
src/input_devicemgr/input_devicemgr.c
src/policy/policy.c
src/remote_surface/remote_surface.c
src/screenshooter/screenshooter.c
src/video/video.c
tests/tc_policy.cpp
tests/tc_screenshooter.cpp