From d1cb96c4a8bac3c220e08a4b60aab8c4e8b6f38d Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 1 Feb 2011 16:40:17 +0000 Subject: Added host selection menu in case -broadcast was specified --- xorg-server/hw/xwin/XWin.rc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'xorg-server/hw/xwin/XWin.rc') diff --git a/xorg-server/hw/xwin/XWin.rc b/xorg-server/hw/xwin/XWin.rc index 315ce05fa..f0cc74f8d 100644 --- a/xorg-server/hw/xwin/XWin.rc +++ b/xorg-server/hw/xwin/XWin.rc @@ -80,6 +80,17 @@ BEGIN CTEXT "Proceed with shutdown of this display/server?", IDC_STATIC, 7, 36, 166, 8 END +/* Xdmcp host selection dialog */ +XDMCP_HOSTS DIALOGEX 32, 32, 260, 156 +STYLE DS_SETFONT | DS_CENTERMOUSE | WS_POPUP | WS_VISIBLE | WS_CAPTION +EXSTYLE WS_EX_NOPARENTNOTIFY +CAPTION "Select host to connect to" +FONT 8, "MS Shell Dlg 2", 0, 0, 0x1 +BEGIN + DEFPUSHBUTTON "Connect",IDOK,61,132,50,15 + LISTBOX IDC_HOSTLIST,7,7,245,113,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY | WS_VSCROLL | WS_TABSTOP + PUSHBUTTON "Cancel",IDCANCEL,147,134,50,14 +END /* * Menus -- cgit v1.2.3