From bc95ea7e991f78c4753a845b0daa6687a5abbb98 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sun, 10 Jun 2018 19:09:19 +0900 Subject: Bind surface properties to adding floating surface Change-Id: Ib582d4d40ccaebf24c2990a4a0d04bcc1a266f72 Signed-off-by: Kazumasa Mitsunari --- src/app.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.hpp') diff --git a/src/app.hpp b/src/app.hpp index e53824c..0816732 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -235,6 +235,7 @@ struct App // Events from the compositor we are interested in void surface_created(uint32_t surface_id); void surface_removed(uint32_t surface_id); + void surface_properties(uint32_t surface_id, uint32_t pid); // Do not use this function //static int processTimerHandler(sd_event_source *s, uint64_t usec, void *userdata); -- cgit 1.2.3-korg