Fix HScroll packet typedef
This commit is contained in:
parent
4dbb445f8b
commit
08bb69ff7c
1 changed files with 1 additions and 1 deletions
|
|
@ -114,6 +114,6 @@ typedef struct _NV_SCROLL_PACKET {
|
|||
typedef struct _SS_HSCROLL_PACKET {
|
||||
NV_INPUT_HEADER header;
|
||||
short scrollAmount;
|
||||
} SS_HSCROLL_PACKET, *PSS_HSCROLL_EVENT;
|
||||
} SS_HSCROLL_PACKET, *PSS_HSCROLL_PACKET;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue