~mir-team/mir/development-branch

« back to all changes in this revision

Viewing changes to src/include/common/mir/events/surface_event.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:
28
28
    int id() const;
29
29
    void set_id(int id);
30
30
 
31
 
    MirSurfaceAttrib attrib() const;
32
 
    void set_attrib(MirSurfaceAttrib attrib);
 
31
    MirWindowAttrib attrib() const;
 
32
    void set_attrib(MirWindowAttrib attrib);
33
33
 
34
34
    int value() const;
35
35
    void set_value(int value);