wfreerdp-server: fixed compilation
This commit is contained in:
parent
0905ae6f1f
commit
9e2b53a72b
@ -166,18 +166,18 @@ void wf_peer_extended_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT1
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void wf_peer_keyboard_event_dummy(rdpInput* input, uint16 flags, uint16 code)
|
void wf_peer_keyboard_event_dummy(rdpInput* input, UINT16 flags, UINT16 code)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void wf_peer_unicode_keyboard_event_dummy(rdpInput* input, uint16 flags, uint16 code)
|
void wf_peer_unicode_keyboard_event_dummy(rdpInput* input, UINT16 flags, UINT16 code)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void wf_peer_mouse_event_dummy(rdpInput* input, uint16 flags, uint16 x, uint16 y)
|
void wf_peer_mouse_event_dummy(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void wf_peer_extended_mouse_event_dummy(rdpInput* input, uint16 flags, uint16 x, uint16 y)
|
void wf_peer_extended_mouse_event_dummy(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -28,9 +28,9 @@ void wf_peer_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
|||||||
void wf_peer_extended_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
void wf_peer_extended_mouse_event(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
||||||
|
|
||||||
//dummy versions
|
//dummy versions
|
||||||
void wf_peer_keyboard_event_dummy(rdpInput* input, uint16 flags, uint16 code);
|
void wf_peer_keyboard_event_dummy(rdpInput* input, UINT16 flags, UINT16 code);
|
||||||
void wf_peer_unicode_keyboard_event_dummy(rdpInput* input, uint16 flags, uint16 code);
|
void wf_peer_unicode_keyboard_event_dummy(rdpInput* input, UINT16 flags, UINT16 code);
|
||||||
void wf_peer_mouse_event_dummy(rdpInput* input, uint16 flags, uint16 x, uint16 y);
|
void wf_peer_mouse_event_dummy(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
||||||
void wf_peer_extended_mouse_event_dummy(rdpInput* input, uint16 flags, uint16 x, uint16 y);
|
void wf_peer_extended_mouse_event_dummy(rdpInput* input, UINT16 flags, UINT16 x, UINT16 y);
|
||||||
|
|
||||||
#endif /* WF_INPUT_H */
|
#endif /* WF_INPUT_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user