~dandrader/qtmir/removeHotspot

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/mirsurface.cpp

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada, Michał Sawicz
  • Date: 2016-05-18 11:18:29 UTC
  • mfrom: (486.1.5 origin/detachPromptSurfaces)
  • Revision ID: ci-train-bot@canonical.com-20160518111829-j8ma5fzus8z2l72h
Move prompt surfaces from MirSurface to Application and emit firstChanged signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
956
956
    return m_focused;
957
957
}
958
958
 
959
 
unity::shell::application::MirSurfaceListInterface* MirSurface::promptSurfaceList()
960
 
{
961
 
    return &m_promptSurfaceList;
962
 
}
963
 
 
964
959
void MirSurface::requestFocus()
965
960
{
966
961
    DEBUG_MSG << "()";