Revert changes to ResourceManager.cpp
This commit is contained in:
parent
b0d12c5850
commit
c20ecbffe5
2 changed files with 12 additions and 8 deletions
|
|
@ -42,8 +42,8 @@ typedef struct
|
|||
HIDDeviceDetectorFunction function;
|
||||
unsigned int address;
|
||||
int interface;
|
||||
unsigned short usage_page;
|
||||
unsigned short usage;
|
||||
int usage_page;
|
||||
int usage;
|
||||
} HIDDeviceDetectorBlock;
|
||||
|
||||
typedef void (*DeviceListChangeCallback)(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue