~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/greeter-protocol.h

  • Committer: Robert Ancell
  • Date: 2011-05-05 06:11:16 UTC
  • Revision ID: robert.ancell@canonical.com-20110505061116-4nhrdw6k0huve3ek
Move user manager into liblightdm

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    GREETER_MESSAGE_CONTINUE_AUTHENTICATION = 3,
21
21
    GREETER_MESSAGE_LOGIN                   = 4,
22
22
    GREETER_MESSAGE_CANCEL_AUTHENTICATION   = 5,
 
23
    GREETER_MESSAGE_GET_USER_DEFAULTS       = 6,
23
24
 
24
25
    /* Messages from the server to the greeter */
25
26
    GREETER_MESSAGE_CONNECTED               = 101,
26
27
    GREETER_MESSAGE_QUIT                    = 102,
27
28
    GREETER_MESSAGE_PROMPT_AUTHENTICATION   = 103,
28
 
    GREETER_MESSAGE_END_AUTHENTICATION      = 104
 
29
    GREETER_MESSAGE_END_AUTHENTICATION      = 104,
 
30
    GREETER_MESSAGE_USER_DEFAULTS           = 106
29
31
} GreeterMessage;
30
32
 
31
33
#endif /* _GREETER_PROTOCOL_H_ */