~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to include/server/mir/scene/null_surface_observer.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    void cursor_image_set_to(graphics::CursorImage const& image) override;
43
43
    void reception_mode_set_to(input::InputReceptionMode mode) override;
44
44
    void client_surface_close_requested() override;
 
45
    void keymap_changed(xkb_rule_names const& names) override;
 
46
    void renamed(char const* name) override;
45
47
 
46
48
protected:
47
49
    NullSurfaceObserver(NullSurfaceObserver const&) = delete;