diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-08-02 16:14:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-08-02 16:14:39 +0000 |
commit | a79b572a5f26d6ecdd97dff159c40bad330e1c4c (patch) | |
tree | 4f59786da7ad1d642e682c27ca5d8182d3d76c4f /src/wayland_ivi_wm.hpp | |
parent | 8a791cb2ab7c159aac440cd97fbf2ae75d79b31f (diff) | |
parent | 40ec5ee486893ccb1d259c7980b077cb087494aa (diff) |
Merge changes from topic '15921'
* changes:
Fix WM attach layers to different screen.
Fix source rectangle changes every state change
Diffstat (limited to 'src/wayland_ivi_wm.hpp')
-rw-r--r-- | src/wayland_ivi_wm.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wayland_ivi_wm.hpp b/src/wayland_ivi_wm.hpp index a430927..b515a06 100644 --- a/src/wayland_ivi_wm.hpp +++ b/src/wayland_ivi_wm.hpp @@ -292,6 +292,7 @@ struct controller : public wayland_proxy<struct ivi_wm> void layer_create(uint32_t id, int32_t w, int32_t h); void surface_create(uint32_t id); void create_screen(struct wl_output *output); + void get_surface_properties(uint32_t surface_id, int param = 0); // Events void surface_visibility_changed(uint32_t id, int32_t visibility); |