~mir-team/mir/development-branch

« back to all changes in this revision

Viewing changes to src/server/scene/legacy_surface_change_notification.h

  • 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:
41
41
    void alpha_set_to(float /*alpha*/) override;
42
42
    void orientation_set_to(MirOrientation orientation) override;
43
43
    void transformation_set_to(glm::mat4 const& /*t*/) override;
44
 
    void attrib_changed(MirSurfaceAttrib, int) override;
 
44
    void attrib_changed(MirWindowAttrib, int) override;
45
45
    void reception_mode_set_to(input::InputReceptionMode mode) override;
46
46
    void cursor_image_set_to(graphics::CursorImage const& image) override;
47
47
    void client_surface_close_requested() override;