diff options
| author | Nicola Ruggero <nicola@nxnt.org> | 2010-10-26 13:08:28 +0200 |
|---|---|---|
| committer | Nicola Ruggero <nicola@nxnt.org> | 2010-10-26 13:08:28 +0200 |
| commit | 104f762e5d3dcd659415632f442e745cef5a3bf2 (patch) | |
| tree | 3fd40b9dfc46904d6e0cb3896f936cf7e0596352 /common/xrdp_constants.h | |
| parent | 36ef046e3c5be09798b0f6e7f3492f712d194972 (diff) | |
| download | xrdp-proprietary-104f762e5d3dcd659415632f442e745cef5a3bf2.tar.gz xrdp-proprietary-104f762e5d3dcd659415632f442e745cef5a3bf2.zip | |
Added bell (pcspeaker) support
Diffstat (limited to 'common/xrdp_constants.h')
| -rw-r--r-- | common/xrdp_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index f61c320b..56420e1d 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -108,7 +108,7 @@ #define RDP_DATA_PDU_POINTER 27 #define RDP_DATA_PDU_INPUT 28 #define RDP_DATA_PDU_SYNCHRONISE 31 -#define RDP_DATA_PDU_BELL 34 +#define RDP_DATA_PDU_PLAY_SOUND 34 #define RDP_DATA_PDU_LOGON 38 #define RDP_DATA_PDU_FONT2 39 #define RDP_DATA_PDU_DISCONNECT 47 |
