aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp1
1 files changed, 1 insertions, 0 deletions
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);