diff options
author | George Lebl <jirka@5z.com> | 2002-05-12 06:29:55 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-05-12 06:29:55 +0000 |
commit | ae5b72ba98a07f5500974f63fa91916cc4bd538e (patch) | |
tree | f02041b00a8c9a15347f50c9eec9ee9095e6d89d /daemon/gdm.h | |
parent | bd91a2dce71893c9b745e532f6bb616d35f6ce3c (diff) | |
download | gdm-ae5b72ba98a07f5500974f63fa91916cc4bd538e.tar.gz |
Change the interruption stuff, to remove some races and the restart of
Sat May 11 23:38:02 2002 George Lebl <jirka@5z.com>
* daemon/gdm.h, daemon/slave.[ch],
daemon/verify-(pam|crypt|shadow).c, gui/gdmlogin.c,
gui/greeter/greeter.c: Change the interruption stuff, to remove
some races and the restart of greeters is done by return code
* gui/gdmsetup.c, gui/gdmwm.[ch], gui/gdmlogin.c,
gui/greeter/greeter.c: Add a property on the setup windows so
that we can raise the setup windows after a restart of the greeter,
this doesn't really work yet well.
* gui/gdmsetup.c: add some more error checking and change the
owenership/permissions correctly on installed themes
Diffstat (limited to 'daemon/gdm.h')
-rw-r--r-- | daemon/gdm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm.h b/daemon/gdm.h index 0ed8c1bd..347dc9b2 100644 --- a/daemon/gdm.h +++ b/daemon/gdm.h @@ -61,6 +61,7 @@ #define DISPLAY_CHOSEN 20 /* successful chooser session, restart display */ #define DISPLAY_XFAILED 64 /* X failed */ +#define DISPLAY_RESTARTGREETER 127 /* Restart greeter */ #define DISPLAY_RESTARTGDM 128 /* Restart GDM */ enum { @@ -108,7 +109,6 @@ enum { /* Different login interruptions */ #define GDM_INTERRUPT_TIMED_LOGIN 'T' #define GDM_INTERRUPT_CONFIGURE 'C' -#define GDM_INTERRUPT_RESTART_GREETER 'R' /* The dreaded miscellaneous category */ #define FIELD_SIZE 256 |