diff options
author | marha <marha@users.sourceforge.net> | 2009-07-29 08:55:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-29 08:55:24 +0000 |
commit | 6f45caf0fe3e94a83835fa1f5d04233b9e936efc (patch) | |
tree | 7a9acb1da51ac6ee9e328b8dbe90865e9c23bcb1 /xorg-server/hw/xwin/winwindow.h | |
parent | fdd1017b307eb3b561f0af06344285d3a05d60e6 (diff) | |
download | vcxsrv-6f45caf0fe3e94a83835fa1f5d04233b9e936efc.tar.gz vcxsrv-6f45caf0fe3e94a83835fa1f5d04233b9e936efc.tar.bz2 vcxsrv-6f45caf0fe3e94a83835fa1f5d04233b9e936efc.zip |
Changed property names.
Diffstat (limited to 'xorg-server/hw/xwin/winwindow.h')
-rw-r--r-- | xorg-server/hw/xwin/winwindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xorg-server/hw/xwin/winwindow.h b/xorg-server/hw/xwin/winwindow.h index 258913f06..fa4e3c59e 100644 --- a/xorg-server/hw/xwin/winwindow.h +++ b/xorg-server/hw/xwin/winwindow.h @@ -46,15 +46,15 @@ #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 WIN_SCR_PROP "vcxsrv_screen_prop rl" +#define WINDOW_CLASS_X "vcxsrv/x X rl" #define WINDOW_TITLE_X PROJECT_NAME " X" -#define WIN_WINDOW_PROP "cyg_window_prop_rl" +#define WIN_WINDOW_PROP "vcxsrv_window_prop_rl" #ifdef HAS_DEVWINDOWS # define WIN_MSG_QUEUE_FNAME "/dev/windows" #endif -#define WIN_WID_PROP "cyg_wid_prop_rl" -#define WIN_NEEDMANAGE_PROP "cyg_override_redirect_prop_rl" +#define WIN_WID_PROP "vcxsrv_wid_prop_rl" +#define WIN_NEEDMANAGE_PROP "vcxsrv_override_redirect_prop_rl" #ifndef CYGMULTIWINDOW_DEBUG #define CYGMULTIWINDOW_DEBUG NO #endif |