~robert-ancell/lightdm/weston-compositor-merge

« back to all changes in this revision

Viewing changes to src/lightdm.c

  • Committer: Robert Ancell
  • Date: 2012-07-05 04:55:42 UTC
  • Revision ID: robert.ancell@canonical.com-20120705045542-dd1dopowti68gtwm
First work on supporting a weston system compositor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1116
1116
        gchar *type;
1117
1117
        Seat *seat;
1118
1118
 
1119
 
        g_debug ("Adding default seat");
1120
 
 
1121
1119
        type = config_get_string (config_get_instance (), "SeatDefaults", "type");
 
1120
 
 
1121
        g_debug ("Adding default seat of type %s", type);
 
1122
 
1122
1123
        seat = seat_new (type);
1123
1124
        g_free (type);
1124
1125
        if (seat)