~aacid/unity8/disabledMenus

« back to all changes in this revision

Viewing changes to plugins/WindowManager/TopLevelWindowModel.cpp

  • Committer: Albert Astals Cid
  • Date: 2017-03-13 14:13:50 UTC
  • mfrom: (2848.1.1 aboutToShow)
  • Revision ID: albert.astals@canonical.com-20170313141350-a0ao3x3jjmarhk7j
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
341
341
        });
342
342
    } else {
343
343
        if (surface->type() == Mir::InputMethodType) {
 
344
            connectSurface(surface);
344
345
            setInputMethodWindow(createWindow(surface));
345
346
        } else {
346
347
            auto *application = m_applicationManager->findApplicationWithSurface(surface);