diff options
author | marha <marha@users.sourceforge.net> | 2013-01-17 08:32:19 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-17 08:32:19 +0100 |
commit | dc163f625ef006c8550791122bda28fb3eb67e3d (patch) | |
tree | 6dcfa090d0d45540820c41ddb14930c896f7fe34 /xorg-server/hw/xwin/xlaunch/resources/resources.h | |
parent | e717274903ca4c9b407ab3e63de5585b126dc417 (diff) | |
download | vcxsrv-dc163f625ef006c8550791122bda28fb3eb67e3d.tar.gz vcxsrv-dc163f625ef006c8550791122bda28fb3eb67e3d.tar.bz2 vcxsrv-dc163f625ef006c8550791122bda28fb3eb67e3d.zip |
xlaunch: Use dialog for prompting for password input instead of console
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources/resources.h')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/resources/resources.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/resources.h b/xorg-server/hw/xwin/xlaunch/resources/resources.h index bccfb1702..256ebb9fa 100644 --- a/xorg-server/hw/xwin/xlaunch/resources/resources.h +++ b/xorg-server/hw/xwin/xlaunch/resources/resources.h @@ -94,6 +94,10 @@ #define IDC_DISABLEAC_DESC 269
#define IDC_XDMCP_TERMINATE 270
+#define IDC_PROMPT_DESC 280
+#define IDC_INPUT 281
+#define IDC_PASSWORD 282
+
#define IDS_DISPLAY_TITLE 300
#define IDS_DISPLAY_SUBTITLE 301
#define IDS_CLIENTS_TITLE 302
|