summaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:36 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-12 11:29:36 +0200
commit6a10feaafbe80f7c3738535dfd7ca97f00e1f405 (patch)
tree8a2c89de904d4b14de80ec96bf05753db73a8c66 /src/app.hpp
parent9a5202f6d3642ea08e1b72340dd4eebad835e082 (diff)
App: add enqueue_flushdraw() and check_flushdraw()
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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();