linux EOL

This commit is contained in:
jsorg71 2006-06-26 00:33:04 +00:00
parent a2b270e57a
commit 4f8e2d60ed
17 changed files with 6756 additions and 6750 deletions

View File

@ -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

View File

@ -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) \
{ \ { \