summaryrefslogtreecommitdiff
path: root/daemon/gdm.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-08-10 19:14:19 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-08-10 19:14:19 +0000
commit2627c0ff88b33825ad0fa1a3fddb9bd999ec5600 (patch)
tree4b686e4b6b5d919cd026045e73a0b3773cd5430d /daemon/gdm.h
parent91d4e0cddcc3ea8226cf0d7fa2f36c3d3afe1a44 (diff)
downloadgdm-2627c0ff88b33825ad0fa1a3fddb9bd999ec5600.tar.gz
Apply the following patch and massage it a bit to be more sane
Fri Aug 10 11:51:20 2001 George Lebl <jirka@5z.com> * Apply the following patch and massage it a bit to be more sane Mon Jul 30 14:29:00 2001 Heeten Choxi <azari.geo@yahoo.com> * daemon/gdm.h, gui/gdmlogin.c: created new Opcode for communication between daemon and greeter called GDM_ERRBOX. * daemon/verify-pam.c, daemon/verify-crypt.c, daemon/verify-shadow.c: Use GDM_ERRBOX to send error feedback to greeter when logins fail. (As suggested in GNOME Usability Study Report :: Logging In) * gui/gdmlogin.c: Added an "Ok" button that can be pushed to continue with login. (As suggested in GNOME Usability Report)
Diffstat (limited to 'daemon/gdm.h')
-rw-r--r--daemon/gdm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm.h b/daemon/gdm.h
index 049fc289..a1bda634 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -88,6 +88,7 @@
#define GDM_NEEDPIC '#' /* need a user picture?, sent after greeter
* is started */
#define GDM_READPIC '%' /* Send a user picture in a temp file */
+#define GDM_ERRBOX 'e' /* Puts string in a popup error box */
/* Different login interruptions */
#define GDM_INTERRUPT_TIMED_LOGIN 'T'