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

« back to all changes in this revision

Viewing changes to src/server/scene/legacy_surface_change_notification.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:
85
85
void ms::LegacySurfaceChangeNotification::client_surface_close_requested()
86
86
{
87
87
}
 
88
 
 
89
// A keymap change is not enough to trigger recomposition
 
90
void ms::LegacySurfaceChangeNotification::keymap_changed(xkb_rule_names const&)
 
91
{
 
92
}