~ubuntu-multiseat/lightdm/option-start-local-sessions

« back to all changes in this revision

Viewing changes to src/seat-unity.c

  • Committer: Robert Ancell
  • Date: 2014-08-01 08:11:03 UTC
  • mfrom: (2015.1.2 disable-user-switching)
  • Revision ID: robert.ancell@canonical.com-20140801081103-4s90ya3m9ok22h7k
Add a seat option 'allow-user-switching' that can disable all user switching for that seat

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
static void
49
49
seat_unity_setup (Seat *seat)
50
50
{
51
 
    seat_set_can_switch (seat, TRUE);
 
51
    seat_set_supports_multi_session (seat, TRUE);
52
52
    SEAT_CLASS (seat_unity_parent_class)->setup (seat);
53
53
}
54
54