~alan-griffiths/mir/fix-1654023

« back to all changes in this revision

Viewing changes to include/server/mir/scene/surface.h

  • Committer: Daniel van Vugt
  • Date: 2016-07-18 07:38:38 UTC
  • mfrom: (3595 development-branch)
  • mto: This revision was merged to the branch mainline in revision 3748.
  • Revision ID: daniel.van.vugt@canonical.com-20160718073838-tclt9c441h505wck
Merge latest trunk.  No conflicts in 7+ weeks?!

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
                            std::string const& variant, std::string const& options) = 0;
116
116
    virtual void rename(std::string const& title) = 0;
117
117
    virtual void set_streams(std::list<StreamInfo> const& streams) = 0;
 
118
 
 
119
    virtual void set_confine_pointer_state(MirPointerConfinementState state) = 0;
 
120
    virtual MirPointerConfinementState confine_pointer_state() const = 0;
118
121
};
119
122
}
120
123
}