summaryrefslogtreecommitdiff
path: root/daemon/slave.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-05-12 06:29:55 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-05-12 06:29:55 +0000
commitae5b72ba98a07f5500974f63fa91916cc4bd538e (patch)
treef02041b00a8c9a15347f50c9eec9ee9095e6d89d /daemon/slave.h
parentbd91a2dce71893c9b745e532f6bb616d35f6ce3c (diff)
downloadgdm-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/slave.h')
-rw-r--r--daemon/slave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/slave.h b/daemon/slave.h
index f66b6570..adbfcbfb 100644
--- a/daemon/slave.h
+++ b/daemon/slave.h
@@ -26,7 +26,7 @@
void gdm_slave_start (GdmDisplay *d);
void gdm_slave_greeter_ctl_no_ret (char cmd, const char *str);
char *gdm_slave_greeter_ctl (char cmd, const char *str);
-gboolean gdm_slave_greeter_check_interruption (const char *msg);
+gboolean gdm_slave_greeter_check_interruption (void);
gboolean gdm_slave_should_complain (void);
void gdm_slave_send (const char *str, gboolean wait_for_usr2);