summaryrefslogtreecommitdiff
path: root/xinit.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-19 17:09:01 +0000
committerEgbert Eich <eich@suse.de>2004-03-19 17:09:01 +0000
commitf60cd08d90be7e9977142306a3b79cd6a5bfe6ed (patch)
tree388c091fe0ba54bba7da3b62d8e227c11616f65c /xinit.c
parent71ad83f1bae8f357e8f40b7e7a0608e7ab22cc38 (diff)
13. fixed gtf + man pages (Xserver name and config file name configurableXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM
in Imake config files) (Egbert Eich). 12. Fixed xinit/startx man pages (server name and config file configurable) (Egbert Eich). 11. Fixed fontstosfnt (project and support address configurable) (Egbert Eich). 10. Fixed pswrap (relaced XFree86 with X11) (Egbert Eich). 9. fixed rman (added Xorg as system name) (Egbert Eich). 8. Fixed mkhtml (Egbert Eich). 7. Fixed default keyboard rules file in servers and setxkb (configurable) (Egbert Eich). 6. Fixed XawVendor (configurable) (Egbert Eich).
Diffstat (limited to 'xinit.c')
-rw-r--r--xinit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xinit.c b/xinit.c
index a2384f2..ec2e6d0 100644
--- a/xinit.c
+++ b/xinit.c
@@ -26,7 +26,6 @@ in this Software without prior written authorization from The Open Group.
*/
/* $XFree86: xc/programs/xinit/xinit.c,v 3.32 2002/05/31 18:46:13 dawes Exp $ */
-
#include <X11/Xlib.h>
#include <X11/Xos.h>
#include <stdio.h>
@@ -123,6 +122,9 @@ char *server_names[] = {
#ifdef XFREE86
"XFree86 XFree86 displays",
#endif
+#ifdef XORG
+ "Xorg X.Org displays",
+#endif
#ifdef __DARWIN__
"XDarwin Darwin/Mac OS X IOKit displays",
"XDarwinQuartz Mac OS X Quartz displays",