/[rdesktop]/jpeg/rdesktop/trunk/xkeymap.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/xkeymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 84 by astrand, Tue Jul 30 07:30:12 2002 UTC revision 85 by astrand, Wed Jul 31 06:49:34 2002 UTC
# Line 455  rdp_send_scancode(uint32 time, uint16 fl Line 455  rdp_send_scancode(uint32 time, uint16 fl
455          }          }
456          else          else
457          {          {
458                  DEBUG_KBD(("Sending scancode=0x%x, flags=0x%x\n", scancode, flags);                  DEBUG_KBD(("Sending scancode=0x%x, flags=0x%x\n", scancode, flags));
459                            rdp_send_input(time, RDP_INPUT_SCANCODE, flags, scancode, 0));                  rdp_send_input(time, RDP_INPUT_SCANCODE, flags, scancode, 0);
460          }          }
461  }  }

Legend:
Removed from v.84  
changed lines
  Added in v.85

  ViewVC Help
Powered by ViewVC 1.1.26