~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/greeter-protocol.h

  • Committer: Robert Ancell
  • Date: 2011-06-03 04:29:00 UTC
  • Revision ID: robert.ancell@canonical.com-20110603042900-m3s3sl0shaomban4
More plumbing for guest logins

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    GREETER_MESSAGE_LOGIN                   = 4,
22
22
    GREETER_MESSAGE_CANCEL_AUTHENTICATION   = 5,
23
23
    GREETER_MESSAGE_GET_USER_DEFAULTS       = 6,
 
24
    GREETER_MESSAGE_LOGIN_AS_GUEST          = 7,
24
25
 
25
26
    /* Messages from the server to the greeter */
26
27
    GREETER_MESSAGE_CONNECTED               = 101,