~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/mock_display_support_provider.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, kg, Robert Ancell, Kevin Gunn, Daniel d'Andrada, Robert Carr, Ubuntu daily release
  • Date: 2013-10-03 06:34:41 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20131003063441-t4qn849kkzztps9s
Tags: 0.0.13+13.10.20131003-0ubuntu1
[ kg ]
* bump version for ABI break (LP: #1229212)

[ Robert Ancell ]
* Bump version to 0.0.12

[ Kevin Gunn ]
* bump version to 0.0.13

[ Daniel d'Andrada ]
* Fix for LP#1233944 Fixes the Mir-side of bug
  https://bugs.launchpad.net/mir/+bug/1233944 Event files are first
  created with root:root permissions and only later udev rules are
  applied to it, changing its permissions to root:android-input and
  therefore making it readable by unity8-mir in short: Retry opening a
  file when its permissions change as it might be readable now. (LP:
  #1233944)

[ Robert Carr ]
* Fix for LP#1233944 Fixes the Mir-side of bug
  https://bugs.launchpad.net/mir/+bug/1233944 Event files are first
  created with root:root permissions and only later udev rules are
  applied to it, changing its permissions to root:android-input and
  therefore making it readable by unity8-mir in short: Retry opening a
  file when its permissions change as it might be readable now. (LP:
  #1233944)

[ Ubuntu daily release ]
* Automatic snapshot from revision 1089

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    MOCK_CONST_METHOD0(number_of_framebuffers_available, unsigned int());
38
38
    MOCK_METHOD1(set_next_frontbuffer, void(std::shared_ptr<mir::graphics::Buffer> const&));
39
39
    MOCK_METHOD1(sync_to_display, void(bool));
40
 
    MOCK_METHOD1(blank_or_unblank_screen, void(bool));
 
40
    MOCK_METHOD1(mode, void(MirPowerMode));
41
41
};
42
42
}
43
43
}