~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to src/server/input/default_configuration.cpp

  • Committer: Daniel van Vugt
  • Date: 2014-03-06 03:18:55 UTC
  • mfrom: (1416.1.37 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140306031855-pjar7q2m3ghjwly5
MergeĀ latestĀ development-branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        {
68
68
            return std::make_shared<mi::NullInputConfiguration>();
69
69
        }
70
 
        // TODO (default-nested): don't fallback to standalone if host socket is unset in 14.04
71
 
        else if (options->is_set(options::standalone_opt) || !options->is_set(options::host_socket_opt))
 
70
        else if (!options->is_set(options::host_socket_opt))
72
71
        {
 
72
            // fallback to standalone if host socket is unset
73
73
            return std::make_shared<mia::DefaultInputConfiguration>(
74
74
                the_composite_event_filter(),
75
75
                the_input_region(),