diff options
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp index 59f3104..ee4e732 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -170,6 +170,9 @@ struct App { std::map<const char *, struct afb_event> map_afb_event; + // FOR CES DEMO + std::vector<int> surface_bg; + explicit App(wl::display *d); ~App() = default; |