~gerboland/miral/gtest-bug-workaround

« back to all changes in this revision

Viewing changes to miral-shell/tiling_window_manager.cpp

  • Committer: Alan Griffiths
  • Date: 2016-05-31 16:45:44 UTC
  • mfrom: (174.1.2 miral)
  • Revision ID: alan@octopull.co.uk-20160531164544-yy2ym872438umhbj
Track the active window in an MRU list and use that to select the new active Window when the old one closes

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
            scan_code == KEY_TAB)
305
305
    {
306
306
        tools->focus_next_application();
307
 
        select_active_window(tools->focused_window());
308
307
 
309
308
        return true;
310
309
    }