linux EOL
This commit is contained in:
parent
a2b270e57a
commit
4f8e2d60ed
@ -752,10 +752,14 @@ read_keyboard_state(void)
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
void
|
void
|
||||||
ui_set_modifier_state(int code)
|
ui_set_modifier_state(int code)
|
||||||
{
|
|
||||||
|
{
|
||||||
|
|
||||||
//error("%8.8x", code);
|
//error("%8.8x", code);
|
||||||
|
|
||||||
rdp_send_input(0, RDP_INPUT_SYNCHRONIZE, 0, (uint16) code, 0);
|
rdp_send_input(0, RDP_INPUT_SYNCHRONIZE, 0, (uint16) code, 0);
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
void
|
void
|
||||||
|
@ -33,8 +33,10 @@ void
|
|||||||
ui_key_down(int key, int ext);
|
ui_key_down(int key, int ext);
|
||||||
void
|
void
|
||||||
ui_key_up(int key, int ext);
|
ui_key_up(int key, int ext);
|
||||||
void
|
|
||||||
ui_set_modifier_state(int code);
|
void
|
||||||
|
|
||||||
|
ui_set_modifier_state(int code);
|
||||||
|
|
||||||
#define SPLIT_COLOUR15(c, r, g, b) \
|
#define SPLIT_COLOUR15(c, r, g, b) \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
Reference in New Issue
Block a user