~mir-team/mir/development-branch

« back to all changes in this revision

Viewing changes to src/server/scene/null_surface_observer.cpp

  • Committer: Tarmac
  • Author(s): Brandon Schaefer, Cemil Azizoglu
  • Date: 2017-01-11 23:07:26 UTC
  • mfrom: (3914.2.33 mir-dev)
  • Revision ID: tarmac-20170111230726-u1njfahgffiigoqv
Accumulation of the chain of MPs for surface renaming...
.

Approved by Brandon Schaefer, mir-ci-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
namespace ms = mir::scene;
22
22
namespace mg = mir::graphics;
23
23
 
24
 
void ms::NullSurfaceObserver::attrib_changed(MirSurfaceAttrib /*attrib*/, int /*value*/) {}
 
24
void ms::NullSurfaceObserver::attrib_changed(MirWindowAttrib /*attrib*/, int /*value*/) {}
25
25
void ms::NullSurfaceObserver::resized_to(geometry::Size const& /*size*/) {}
26
26
void ms::NullSurfaceObserver::moved_to(geometry::Point const& /*top_left*/) {}
27
27
void ms::NullSurfaceObserver::hidden_set_to(bool /*hide*/) {}