~vanvugt/mir/log-level

« back to all changes in this revision

Viewing changes to src/client/mir_surface.h

  • Committer: Daniel van Vugt
  • Date: 2015-01-23 03:08:41 UTC
  • mfrom: (2201.2.50 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20150123030841-zn39cao9um2o9x0p
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    mir::optional_value<MirOrientationMode> pref_orientation;
79
79
 
80
80
    mir::optional_value<MirSurface*> parent;
81
 
    mir::optional_value<MirRectangle> attachment_rect;
 
81
    mir::optional_value<MirRectangle> aux_rect;
82
82
    mir::optional_value<MirEdgeAttachment> edge_attachment;
83
83
};
84
84