~cemil-azizoglu/mir/improve-raii-take2

« back to all changes in this revision

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

  • Committer: Cemil Azizoglu
  • Date: 2015-02-26 23:37:35 UTC
  • mfrom: (2323.1.24 development-branch)
  • Revision ID: cemil.azizoglu@canonical.com-20150226233735-zm2j3eunf26b2hgb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
void ms::NullSurfaceObserver::reception_mode_set_to(input::InputReceptionMode /*mode*/) {}
33
33
void ms::NullSurfaceObserver::cursor_image_set_to(mg::CursorImage const& /*image*/) {}
34
34
void ms::NullSurfaceObserver::client_surface_close_requested() {}
 
35
void ms::NullSurfaceObserver::keymap_changed(xkb_rule_names const& /* names */) {}