~kdub/+junk/split-out-old-semantics

« back to all changes in this revision

Viewing changes to src/server/graphics/nested/host_connection.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2016-01-15 14:34:46 UTC
  • mfrom: (3226.5.18 mir1)
  • Revision ID: tarmac-20160115143446-9x0v7bz4ijfr5wj3
Provide information on the selected graphics platform through the client API and use it in nested servers to select the same module. (LP:1515558). Fixes: https://bugs.launchpad.net/bugs/1515558.

Approved by PS Jenkins bot, Brandon Schaefer, Alberto Aguirre, Kevin DuBois, mir-ci-bot, Alexandros Frantzis, Cemil Azizoglu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
    virtual void set_cursor_image(CursorImage const& image) = 0;
54
54
    virtual void hide_cursor() = 0;
 
55
    virtual auto graphics_platform_library() -> std::string = 0;
55
56
 
56
57
protected:
57
58
    HostConnection() = default;