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