X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;h=ce8360f14b9b7a6b1a5cb4e62f7b22bbc38391a4;hb=8e831f9b2e461c94a8ee0e229812bcf2d42ae2a5;hp=96b0199f4ee15b12ca1a640c9daa6da9c2547bfb;hpb=18cc724bb76a6b2b6e9607ce6658cb9cc8f7ec0d;p=staging%2Fwindowmanager.git diff --git a/src/wayland.hpp b/src/wayland.hpp index 96b0199..ce8360f 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -3,11 +3,11 @@ #include "ivi-controller-client-protocol.h" -#include "util.h" +#include "util.hpp" #include -#include #include +#include #include // _ _ @@ -99,7 +99,7 @@ struct output : wayland_proxy { void done(); void scale(int32_t factor); }; -} +} // namespace wl // _ __ __ _ _ __ ___ ___ ___ _ __ __ _ ___ ___ // | '_ \ / _` | '_ ` _ \ / _ \/ __| '_ \ / _` |/ __/ _ \ @@ -289,8 +289,8 @@ struct controller : public wayland_proxy { void surface_orientation(struct surface *s, int32_t orientation); void surface_pixelformat(struct surface *s, int32_t pixelformat); void surface_layer(struct surface *s, struct ivi_controller_layer *layer); - void surface_stats(struct surface *s, uint32_t redraw_count, uint32_t frame_count, - uint32_t update_count, uint32_t pid, + void surface_stats(struct surface *s, uint32_t redraw_count, + uint32_t frame_count, uint32_t update_count, uint32_t pid, const char *process_name); void surface_destroyed(struct surface *s); void surface_content(struct surface *s, int32_t content_state); @@ -298,8 +298,8 @@ struct controller : public wayland_proxy { // layer void layer_visibility(struct layer *l, int32_t visibility); void layer_opacity(struct layer *l, float opacity); - void layer_source_rectangle(struct layer *l, int32_t x, int32_t y, int32_t width, - int32_t height); + void layer_source_rectangle(struct layer *l, int32_t x, int32_t y, + int32_t width, int32_t height); void layer_destination_rectangle(struct layer *l, int32_t x, int32_t y, int32_t width, int32_t height); void layer_configuration(struct layer *l, int32_t width, int32_t height); @@ -307,6 +307,6 @@ struct controller : public wayland_proxy { void layer_screen(struct layer *l, struct wl_output *screen); void layer_destroyed(struct layer *l); }; -} +} // namespace genivi #endif // !WM_WAYLAND_HPP