summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-06-02 09:13:31 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-06-02 09:13:31 +0000
commitf85413cbb9900db650bff3748ccb8869d7012846 (patch)
treeaf713545c95365fc17ba84d9807c49f65843df86
parentffe51c9e07b193a593e60af916c23007117bb374 (diff)
downloadgdm-f85413cbb9900db650bff3748ccb8869d7012846.tar.gz
use 64 for the code for X failing and not 1
Sat Jun 02 02:14:37 2001 George Lebl <jirka@5z.com> * daemon/gdm.h: use 64 for the code for X failing and not 1
-rw-r--r--ChangeLog4
-rw-r--r--daemon/gdm.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8e8dee5..c85193f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jun 02 02:14:37 2001 George Lebl <jirka@5z.com>
+
+ * daemon/gdm.h: use 64 for the code for X failing and not 1
+
Sat Jun 02 01:58:15 2001 George Lebl <jirka@5z.com>
* configure.in: bump version
diff --git a/daemon/gdm.h b/daemon/gdm.h
index 078fdee2..f4a7b100 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -41,13 +41,14 @@
#define SERVER_RUNNING 252 /* Server running and ready for connections */
#define SERVER_ABORT 253 /* Server failed badly. Suspending display. */
+/* DO NOTE USE 1, that's used as error if x connection fails usually */
#define DISPLAY_SUCCESS 0 /* All systems are go */
-#define DISPLAY_XFAILED 1 /* X failed */
#define DISPLAY_REMANAGE 2 /* Restart display */
#define DISPLAY_ABORT 4 /* Houston, we have a problem */
#define DISPLAY_REBOOT 8 /* Rebewt */
#define DISPLAY_HALT 16 /* Halt */
#define DISPLAY_DEAD 32 /* Display not configured/started yet */
+#define DISPLAY_XFAILED 64 /* X failed */
#define XDMCP_DEAD 0
#define XDMCP_PENDING 1