~brandontschaefer/mir/first-round-deprecation

« back to all changes in this revision

Viewing changes to src/include/common/mir/events/resize_event.h

  • Committer: Brandon Schaefer
  • Date: 2016-12-13 17:59:30 UTC
  • mfrom: (3787.1.93 development-branch)
  • Revision ID: brandon.schaefer@canonical.com-20161213175930-j9o7qn0b11n3kzlm
* Merge trunk, fix conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
    int height() const;
35
35
    void set_height(int height);
36
 
 
37
 
private:
38
 
    int surface_id_{-1};
39
 
    int width_{0};
40
 
    int height_{0};
41
36
};
42
37
 
43
38
#endif /* MIR_COMMON_RESIZE_EVENT_H_ */