diff options
author | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:33 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:33 +0000 |
commit | 9bbe288d7fd59d4e192a986b8622915ce7b447a9 (patch) | |
tree | fafb6de8b24840bf282667b820de6e2b4d052c04 /hw/xwin/winwindow.h | |
parent | 0f8d2fd7d0c6ff169abed9b07ac63b57d80b8811 (diff) |
70. Merging in the TM branch (Egbert Eich).XORG-RELEASE-1-STSF-FORKXORG-CYGWIN-LAST-MERGE
Diffstat (limited to 'hw/xwin/winwindow.h')
-rw-r--r-- | hw/xwin/winwindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hw/xwin/winwindow.h b/hw/xwin/winwindow.h index 963caafdf..b8e164c2b 100644 --- a/hw/xwin/winwindow.h +++ b/hw/xwin/winwindow.h @@ -41,12 +41,12 @@ #endif /* Constant strings */ -#define WINDOW_CLASS "cygwin/xfree86" -#define WINDOW_TITLE "Cygwin/XFree86 - %s:%d" -#define WINDOW_TITLE_XDMCP "Cygwin/XFree86 - %s" +#define WINDOW_CLASS "cygwin/x" +#define WINDOW_TITLE "Cygwin/X - %s:%d" +#define WINDOW_TITLE_XDMCP "Cygwin/X - %s" #define WIN_SCR_PROP "cyg_screen_prop rl" -#define WINDOW_CLASS_X "cygwin/xfree86 X rl" -#define WINDOW_TITLE_X "Cygwin/XFree86 X" +#define WINDOW_CLASS_X "cygwin/x X rl" +#define WINDOW_TITLE_X "Cygwin/X X" #define WIN_WINDOW_PROP "cyg_window_prop_rl" #define WIN_MSG_QUEUE_FNAME "/dev/windows" #define WIN_LOG_FNAME "/tmp/XWin.log" |