~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to server/test/tfreerdp.c

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.2.2)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20120211103405-x2wgdb6x8plb7cdk
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
        }
494
494
}
495
495
 
496
 
void tf_peer_unicode_keyboard_event(rdpInput* input, uint16 code)
 
496
void tf_peer_unicode_keyboard_event(rdpInput* input, uint16 flags, uint16 code)
497
497
{
498
 
        printf("Client sent a unicode keyboard event (code:0x%X)\n", code);
 
498
        printf("Client sent a unicode keyboard event (flags:0x%X code:0x%X)\n", flags, code);
499
499
}
500
500
 
501
501
void tf_peer_mouse_event(rdpInput* input, uint16 flags, uint16 x, uint16 y)