e_input: move all in e_input_private.h to e_input_intern.h 25/305025/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 24 Jan 2024 23:54:17 +0000 (08:54 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 26 Jan 2024 00:59:22 +0000 (09:59 +0900)
commit412d62a204cf4f2c7e39a2d141a82b2bdd43ce65
tree6dd59e779d401980ed886e488200a3926e96f4b0
parentc086a187a28b8dcef34c8aec9de6a8660b7f59a2
e_input: move all in e_input_private.h to e_input_intern.h

Move all of the definitions and internal signatures to e_input_intern.h.
Then, e_input has only one internal header file which is e_input_intern.h

Change-Id: Ib2d2d53f77626466f54dd418ac43ee13cc83dd8e
src/bin/Makefile.mk
src/bin/e_info_server_input.c
src/bin/e_input.c
src/bin/e_input_device.c
src/bin/e_input_evdev.c
src/bin/e_input_inputs.c
src/bin/e_input_intern.h
src/bin/e_input_log.h [new file with mode: 0644]
src/bin/e_input_private.h [deleted file]