summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-06-19 10:29:38 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit6cbdcf493969b1f819a34d087f2fa306090b76c7 (patch)
tree56ffe5f7a47b4423582777d12a844a890aa9454f /src/wayland.hpp
parentc895f9ff2931f647d7309c841054487cd4fe898c (diff)
renamed controller event methods, all have now a controller_ prefix
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index 85ca4f6..c97c51a 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -259,10 +259,11 @@ struct controller : public wayland_proxy<struct ivi_controller> {
// Events
// controller
- void screen(uint32_t id, struct ivi_controller_screen *screen);
- void layer(uint32_t id);
- void surface(uint32_t id);
- void error(int32_t oid, int32_t otype, int32_t code, char const *text);
+ void controller_screen(uint32_t id, struct ivi_controller_screen *screen);
+ void controller_layer(uint32_t id);
+ void controller_surface(uint32_t id);
+ void controller_error(int32_t oid, int32_t otype, int32_t code,
+ char const *text);
// surface
void surface_visibility(uint32_t id, int32_t visibility);