diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-20 14:24:54 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-08-20 14:26:05 +0900 |
commit | 9d8002a41299d8755ed548f96be89eefe660c1bd (patch) | |
tree | 57492f384c86803c28f6b4a03c084ec0fc501e05 /src/wayland_ivi_wm.hpp | |
parent | 085bb9c71fbc5690021390b62d934e7cf95031a6 (diff) |
get callback of surface_stats_received
Change-Id: I2318752ba00f58c197ba42166c2ab91ea4c15bce
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
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 b515a06..d8915a1 100644 --- a/src/wayland_ivi_wm.hpp +++ b/src/wayland_ivi_wm.hpp @@ -166,6 +166,7 @@ struct surface_properties int32_t orientation; int32_t visibility; float opacity; + uint32_t pid; }; /** |