summaryrefslogtreecommitdiff
path: root/gui/gdmwm.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 /gui/gdmwm.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 'gui/gdmwm.h')
-rw-r--r--gui/gdmwm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/gdmwm.h b/gui/gdmwm.h
index b61f41f9..a5675c07 100644
--- a/gui/gdmwm.h
+++ b/gui/gdmwm.h
@@ -58,6 +58,9 @@ void gdm_wm_set_screen (int cur_screen_num);
* by setting uposition */
void gdm_wm_center_window (GtkWindow *cw);
+/* Raise any config windows we have found */
+void gdm_wm_raise_config_windows (void);
+
/* access to the screen structures */
extern GdkRectangle *gdm_wm_allscreens;
extern int gdm_wm_screens;