~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to src/server/scene/surface_stack.cpp

  • Committer: Daniel van Vugt
  • Date: 2014-03-06 03:18:55 UTC
  • mfrom: (1416.1.37 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140306031855-pjar7q2m3ghjwly5
MergeĀ latestĀ development-branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    }
138
138
 
139
139
    if (found_surface)
 
140
    {
140
141
        input_registrar->input_channel_closed(keep_alive->input_channel());
141
 
 
142
 
    report->surface_removed(keep_alive.get(), keep_alive.get()->name());
143
 
 
144
 
    emit_change_notification();
 
142
        report->surface_removed(keep_alive.get(), keep_alive.get()->name());
 
143
        emit_change_notification();
 
144
    }
145
145
    // TODO: error logging when surface not found
146
146
}
147
147