18 #ifndef MIR_FRONTEND_SCREENCAST_BUFFER_TRACKER_H_ 19 #define MIR_FRONTEND_SCREENCAST_BUFFER_TRACKER_H_ 24 #include <unordered_set> 25 #include <unordered_map> 61 std::unordered_map<ScreencastSessionId, std::unordered_set<graphics::Buffer *>> tracker;
67 #endif // MIR_FRONTEND_SCREENCAST_BUFFER_TRACKER_H_ All things Mir.
Definition: atomic_callback.h:25
Definition: int_wrapper.h:27
Responsible for tracking what buffers the client library knows about for a given screencast id...
Definition: screencast_buffer_tracker.h:38