~mir-team/mir/liberate-historical-pointer-coordinates

« back to all changes in this revision

Viewing changes to src/include/server/mir/frontend/session_mediator_report.h

frontend: log the exchange_buffer messages in the session-mediator-report.

Approved by PS Jenkins bot, Cemil Azizoglu, Alexandros Frantzis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
    virtual void session_next_buffer_called(std::string const& app_name) = 0;
42
42
 
 
43
    virtual void session_exchange_buffer_called(std::string const& app_name) = 0;
 
44
 
43
45
    virtual void session_release_surface_called(std::string const& app_name) = 0;
44
46
 
45
47
    virtual void session_disconnect_called(std::string const& app_name) = 0;