X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=blobdiff_plain;f=src%2Fapp.hpp;h=5ef7ab4ac8434cd64db6293857fc70ca5ce6f612;hp=07b029c15feb8698d74b2471285f21c6fc914af7;hb=6a10feaafbe80f7c3738535dfd7ca97f00e1f405;hpb=9a5202f6d3642ea08e1b72340dd4eebad835e082 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 pending_end_draw; + void enqueue_flushdraw(int surface_id); + void check_flushdraw(int surface_id); explicit App(wl::display *d); ~App();