summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp
index 07b029c..5ef7ab4 100644
--- a/src/app.hpp
+++ b/src/app.hpp
@@ -139,6 +139,8 @@ struct App {
}
std::vector<int> pending_end_draw;
+ void enqueue_flushdraw(int surface_id);
+ void check_flushdraw(int surface_id);
explicit App(wl::display *d);
~App();