@ -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);
ui_key_up(int key, int ext);
ui_set_modifier_state(int code);
#define SPLIT_COLOUR15(c, r, g, b) \