~alan-griffiths/mir/knee-jerk-mir_surface_state_automatic

« back to all changes in this revision

Viewing changes to include/mir_client/mir_connection.h

  • Committer: Kevin DuBois
  • Date: 2012-11-13 01:36:29 UTC
  • mfrom: (245 trunk)
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: kevin.dubois@canonical.com-20121113013629-q4496w4mp5e33auk
merge in base branch. move the demo clients to a new directory, examples/

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    void populate(MirPlatformPackage& platform_package);
79
79
    void populate(MirDisplayInfo& display_info);
80
80
 
 
81
    std::shared_ptr<mir::client::ClientPlatform> get_client_platform();
 
82
 
81
83
    static bool is_valid(MirConnection *connection);
82
84
private:
83
85
    mir::client::MirRpcChannel channel;