Skip to content

Commit

Permalink
Fixed detection of RDP mouse, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 9, 2010
1 parent 614768e commit 3b74cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_wminput.c
Expand Up @@ -480,7 +480,7 @@ static void get_device_product_name(char *name, size_t namesize, char *devname)

static void init_mouse(const RAWINPUTDEVICELIST *dev)
{
const char rdp_ident[] = "ROOT#RDP_MOU#";
const char rdp_ident[] = "ROOT\\RDP_MOU\\";
MouseStruct *mouse = &mice[available_mice];
char *buf = NULL;
char *ptr = NULL;
Expand Down

0 comments on commit 3b74cf8

Please sign in to comment.