~fginther/unity/100-scopes-search-tests

« back to all changes in this revision

Viewing changes to launcher/StandaloneLauncher.cpp

  • Committer: Nick Dedekind
  • Date: 2013-03-12 13:31:41 UTC
  • mfrom: (3008.2.200 trunk)
  • Revision ID: nicholas.dedekind@gmail.com-20130312133141-qrq3x3ighapfd36f
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  {
65
65
    SetupBackground();
66
66
    controller.reset(new launcher::Controller(std::make_shared<XdndManager>()));
67
 
    controller->launcher().GetParent()->EnableInputWindow(false);
68
67
 
69
68
    UScreen* uscreen = UScreen::GetDefault();
70
69
    std::vector<nux::Geometry> fake_monitor({nux::Geometry(0, 0, win_size.width, win_size.height)});