summaryrefslogtreecommitdiff
path: root/daemon/gdm.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-10-27 20:38:44 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-10-27 20:38:44 +0000
commit50f2e80dd10ae568125c3119d1743970666bbb28 (patch)
tree55aff785d64278ec660bc685fcd31ba907f397d8 /daemon/gdm.h
parente7e7f24eb40e30bedcb9fbae791d98e73a3e7cd0 (diff)
downloadgdm-50f2e80dd10ae568125c3119d1743970666bbb28.tar.gz
Make pam errors and such pop up in a dialog box to make sure the user
Sat Oct 27 13:22:48 2001 George Lebl <jirka@5z.com> * daemon/verify-*.c, daemon/slave.c, daemon/gdm.h, gui/gdmlogin.c: Make pam errors and such pop up in a dialog box to make sure the user notices them. If the login gets a QUIT and it had some informative messages to tell the user but there was no prompt in between (that is, the user hasn't read them), display it in a dialog. * daemon/gdmlogin.c: fix focus after uniconify
Diffstat (limited to 'daemon/gdm.h')
-rw-r--r--daemon/gdm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/daemon/gdm.h b/daemon/gdm.h
index acdafa1e..0d8176dc 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -77,7 +77,7 @@
* protocol changes */
#define GDM_GREETER_PROTOCOL_VERSION "1"
-#define GDM_MSGERR 'D'
+#define GDM_MSG 'D'
#define GDM_NOECHO 'U'
#define GDM_PROMPT 'N'
#define GDM_SESS 'G'
@@ -101,7 +101,8 @@
#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 */
+#define GDM_ERRBOX 'e' /* Puts string in the error box */
+#define GDM_ERRDLG 'E' /* Puts string up in an error dialog */
/* Different login interruptions */
#define GDM_INTERRUPT_TIMED_LOGIN 'T'