Rename event types for consistency 99/283599/1 accepted/tizen/unified/20230106.165106
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 27 Oct 2022 06:00:37 +0000 (15:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 31 Oct 2022 06:00:21 +0000 (15:00 +0900)
commit680391c2951225f347cbc2f373d7007ed2efa30c
tree98ef052dad03c15b377ff4159efc12e5eb0e189d
parent4f24dfb2ffd2477bf37b78ef4ddf321bde1c8643
Rename event types for consistency

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

Change-Id: I72dd9ee5df04042dd061a9c5a0641a6c120dca22
19 files changed:
examples/input-device-test.c
examples/libinput-backend.c
examples/tinyds.c
include/libds/data_device.h
include/libds/interfaces/keyboard.h
include/libds/keyboard.h
include/libds/pointer.h
include/libds/seat.h
include/libds/touch.h
src/backend/libinput/keyboard.c
src/backend/libinput/pointer.c
src/backend/libinput/touch.c
src/backend/wayland/seat.c
src/data_device/data_device.c
src/data_device/data_offer.c
src/data_device/drag.c
src/keyboard.c
src/seat/seat_keyboard.c
src/seat/seat_pointer.c