diff options
author | marha <marha@users.sourceforge.net> | 2011-02-01 16:40:17 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-02-01 16:40:17 +0000 |
commit | d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d (patch) | |
tree | ee93baf534df425d9d7b51e1bd2b4c050bb00507 /xorg-server/hw/xwin/winresource.h | |
parent | d4a8565009962e162d86a9c4ae24062a3fa12025 (diff) | |
download | vcxsrv-d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d.tar.gz vcxsrv-d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d.tar.bz2 vcxsrv-d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d.zip |
Added host selection menu in case -broadcast was specified
Diffstat (limited to 'xorg-server/hw/xwin/winresource.h')
-rw-r--r-- | xorg-server/hw/xwin/winresource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winresource.h b/xorg-server/hw/xwin/winresource.h index 7085117e6..6a04153f0 100644 --- a/xorg-server/hw/xwin/winresource.h +++ b/xorg-server/hw/xwin/winresource.h @@ -51,4 +51,6 @@ #define ID_ABOUT_CHANGELOG 302 #define ID_ABOUT_WEBSITE 303 +#define IDC_HOSTLIST 100 + #endif |