pepper: Renamed pepper_xxx_interface_t to pepper_xxx_backend_t
authorTaekyun Kim <tkq.kim@samsung.com>
Wed, 8 Jul 2015 06:06:35 +0000 (15:06 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Wed, 8 Jul 2015 06:06:35 +0000 (15:06 +0900)
commitc2c737e76cde1634ea739ceca777c9428f98bffb
tree2754606e21211d0a4cddb1f7422aff0afcbbb338
parent47494cca134670261e91f479aae985b88d6c3630
pepper: Renamed pepper_xxx_interface_t to pepper_xxx_backend_t

Functions that are used by pepper modules should be hidden from users so that
only those modules can call the functions. We need some structures to pass to
the modules for those functions. As "interface" is more natural name for that,
previous "interface" is now renamed to "backend".

Change-Id: I02d6ec5e13a98532a88746790df36248818cb185
12 files changed:
drm/src/drm-output.c
fbdev/src/fbdev-output.c
libinput/src/libinput.c
pepper/src/input.c
pepper/src/output.c
pepper/src/pepper-internal.h
pepper/src/pepper.h
pepper/src/surface.c
wayland/src/wayland-input.c
wayland/src/wayland-output.c
x11/src/x11-input.c
x11/src/x11-output.c