~alan-griffiths/miral/debug

« back to all changes in this revision

Viewing changes to miral-qt/src/platforms/mirserver/surfaceobserver.cpp

  • Committer: Alan Griffiths
  • Date: 2016-09-14 09:03:34 UTC
  • Revision ID: alam@octopull.co.uk-20160914090334-r7oyyrmp68dwo5se
Tidy code

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    Q_EMIT cursorChanged(QCursor());
137
137
}
138
138
 
 
139
#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 25, 0)
 
140
void SurfaceObserver::placed_relative(mir::geometry::Rectangle const& /*placement*/)
 
141
{
 
142
}
 
143
#endif
 
144
 
139
145
void SurfaceObserver::attrib_changed(MirSurfaceAttrib attribute, int value)
140
146
{
141
147
    if (m_listener) {