From 6cbdcf493969b1f819a34d087f2fa306090b76c7 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Mon, 19 Jun 2017 10:29:38 +0200 Subject: renamed controller event methods, all have now a controller_ prefix Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/wayland.hpp') 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 { // 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); -- cgit 1.2.3-korg