FreeRDP/server/Windows
akallabeth 752ac3b479
Fix #7793: Do not expose internal input API (#7794)
* Fixed GetFileInformationByHandle initializers

* Fix #7793: Do not expose internal input API

Slow-Path input uses UINT16 for scancodes on wire, but only the
lower byte is actually used. (the extended fields are sent in
keyboardFlags field)
Hide this implementation detail and adjust the API to use UINT8
for the code instead just like the corresponding Fast-Path PDU

* Added a warning for problematic slow path keyCodes
2022-04-13 09:34:05 +02:00
..
cli Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
CMakeLists.txt Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
ModuleOptions.cmake freerdp: remove vendor-specific options from build system, add automatic ways of including external clients/servers 2013-09-03 20:37:04 -04:00
wf_directsound.c Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_directsound.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
wf_dxgi.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_dxgi.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_info.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_info.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_input.c Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
wf_input.h Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
wf_interface.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_interface.h Fixed lots of compilation warnings and type mismatches 2021-06-16 15:21:56 +02:00
wf_mirage.c Fix intialization, remove some unused variables. 2021-04-28 17:11:31 +02:00
wf_mirage.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_peer.c Removed function pointer casts 2022-03-28 15:52:32 +02:00
wf_peer.h Reenabled and fixed windows server compile. 2018-11-15 09:01:53 +01:00
wf_rdpsnd.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_rdpsnd.h Reformatted to new style 2019-11-07 10:53:54 +01:00
wf_settings.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
wf_settings.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
wf_update.c Instance cleanup (#7738) 2022-03-23 13:18:35 +01:00
wf_update.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
wf_wasapi.c Fixed mingw build 2022-02-18 08:38:28 +01:00
wf_wasapi.h Reformatted to new style 2019-11-07 10:53:54 +01:00