aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-06-30 13:06:25 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit18cc724bb76a6b2b6e9607ce6658cb9cc8f7ec0d (patch)
treede446173c94cc9e98106146c52dcb900cf404c51 /src/wayland.hpp
parent22cf0bf96f4a94f5fbfec6f5dfc3adeb5b66e7ac (diff)
main: better check_events implementation
* Introduced helper struct Poller * Implements check_events() and calls custom handlers on POLLIN. * Moved status dump to genivi::controller. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index 973e063..96b0199 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -248,6 +248,8 @@ struct controller : public wayland_proxy<struct ivi_controller> {
size output_size;
+ void debug_dump_current_status();
+
void add_proxy_to_id_mapping(struct ivi_controller_surface *p, uint32_t id);
void remove_proxy_to_id_mapping(struct ivi_controller_surface *p);
void add_proxy_to_id_mapping(struct ivi_controller_layer *p, uint32_t id);