aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winwindow.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-29 08:32:27 +0000
committermarha <marha@users.sourceforge.net>2009-07-29 08:32:27 +0000
commitfdd1017b307eb3b561f0af06344285d3a05d60e6 (patch)
tree566c09bcc27bada14137806f3eb71340791c637f /xorg-server/hw/xwin/winwindow.h
parent1b6e87b04d153f3883e1e812f166b72ac3f14fc5 (diff)
downloadvcxsrv-fdd1017b307eb3b561f0af06344285d3a05d60e6.tar.gz
vcxsrv-fdd1017b307eb3b561f0af06344285d3a05d60e6.tar.bz2
vcxsrv-fdd1017b307eb3b561f0af06344285d3a05d60e6.zip
Changed project name and window titles
Diffstat (limited to 'xorg-server/hw/xwin/winwindow.h')
-rw-r--r--xorg-server/hw/xwin/winwindow.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/hw/xwin/winwindow.h b/xorg-server/hw/xwin/winwindow.h
index 71c5b015e..258913f06 100644
--- a/xorg-server/hw/xwin/winwindow.h
+++ b/xorg-server/hw/xwin/winwindow.h
@@ -41,11 +41,11 @@
/* Constant strings */
#ifndef PROJECT_NAME
-# define PROJECT_NAME "Cygwin/X"
+# define PROJECT_NAME "VcXsrv"
#endif
-#define WINDOW_CLASS "cygwin/x"
-#define WINDOW_TITLE PROJECT_NAME ":%s.%d"
-#define WINDOW_TITLE_XDMCP "%s:%s.%d"
+#define WINDOW_CLASS "VcXsrv/x"
+#define WINDOW_TITLE PROJECT_NAME " Server - %s:%s.%d"
+#define WINDOW_TITLE_XDMCP PROJECT_NAME " Server - %s:%s.%d"
#define WIN_SCR_PROP "cyg_screen_prop rl"
#define WINDOW_CLASS_X "cygwin/x X rl"
#define WINDOW_TITLE_X PROJECT_NAME " X"
@@ -62,7 +62,7 @@
#define CYGWINDOWING_DEBUG NO
#endif
-#define XMING_SIGNATURE 0x12345678L
+#define VCXSRV_SIGNATURE 0xdeaddeadL
typedef struct _winPrivScreenRec *winPrivScreenPtr;