diff options
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp index 245e2e7..ea5ac36 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -248,6 +248,7 @@ struct App { void surface_removed(uint32_t surface_id); void setAccelPedalPos(double val); + void updateWindowResource(json_object* json_out); private: PolicyManager pm_; |