~ci-train-bot/lightdm/lightdm-ubuntu-zesty-1679

« back to all changes in this revision

Viewing changes to src/seat-unity.c

  • Committer: Robert Ancell
  • Date: 2016-05-19 02:01:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2312.
  • Revision ID: robert.ancell@canonical.com-20160519020157-1ihm9jmknpgc66k2
Refactor GreeterSession and Greeter into separate modules. This is to allow in-session greeters in the future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
    }
256
256
}
257
257
 
258
 
static Greeter *
 
258
static GreeterSession *
259
259
seat_unity_create_greeter_session (Seat *seat)
260
260
{
261
 
    Greeter *greeter_session;
 
261
    GreeterSession *greeter_session;
262
262
    gchar *id;
263
263
    gint vt;
264
264