mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
freerdp: get rid of old types
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
|
||||
#define RDP_CLIENT_INPUT_PDU_HEADER_LENGTH 4
|
||||
|
||||
void input_send_synchronize_event(rdpInput* input, uint32 flags);
|
||||
void input_send_synchronize_event(rdpInput* input, UINT32 flags);
|
||||
void input_send_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code);
|
||||
void input_send_unicode_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code);
|
||||
void input_send_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
||||
void input_send_extended_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
||||
|
||||
void input_send_fastpath_synchronize_event(rdpInput* input, uint32 flags);
|
||||
void input_send_fastpath_synchronize_event(rdpInput* input, UINT32 flags);
|
||||
void input_send_fastpath_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code);
|
||||
void input_send_fastpath_unicode_keyboard_event(rdpInput* input, UINT16 flags, UINT16 code);
|
||||
void input_send_fastpath_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
||||
|
||||
Reference in New Issue
Block a user