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/controller_hooks.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/controller_hooks.hpp')
-rw-r--r-- | src/controller_hooks.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index f259089..dd0a3aa 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -28,10 +28,9 @@ class WindowManager; struct controller_hooks { - WindowManager *app; + WindowManager *wmgr; void surface_created(uint32_t surface_id); - void surface_removed(uint32_t surface_id); void surface_visibility(uint32_t surface_id, uint32_t v); void surface_destination_rectangle(uint32_t surface_id, uint32_t x, uint32_t y, uint32_t w, uint32_t h); |