~kdub/mir/hwc-integration

« back to all changes in this revision

Viewing changes to src/server/shell/session_manager.cpp

  • Committer: Kevin DuBois
  • Date: 2013-03-29 22:52:10 UTC
  • mfrom: (531.1.16 trunk)
  • Revision ID: kevin.dubois@canonical.com-20130329225210-nhi93ayk3w6ij42h
merge lp:mir (7 conflicts resolved)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        focus_application = new_session;
63
63
    }
64
64
    focus_setter->set_focus_to(new_session);
65
 
 
 
65
 
66
66
    return new_session;
67
67
}
68
68