mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
This commit is contained in:
parent
5682a6dd3d
commit
bb1085295a
@ -1,3 +1,7 @@
|
||||
2002-06-13 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
|
||||
|
||||
2002-06-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* lib/test.c: #include comcat.h.
|
||||
|
@ -2386,6 +2386,12 @@ typedef struct tagTOGGLEKEYS {
|
||||
DWORD cbSize;
|
||||
DWORD dwFlags;
|
||||
} TOGGLEKEYS;
|
||||
typedef struct tagMOUSEHOOKSTRUCT {
|
||||
POINT pt;
|
||||
HWND hwnd;
|
||||
UINT wHitTestCode;
|
||||
DWORD dwExtraInfo;
|
||||
} MOUSEHOOKSTRUCT, FAR *LPMOUSEHOOKSTRUCT, *PMOUSEHOOKSTRUCT;
|
||||
typedef struct tagTRACKMOUSEEVENT {
|
||||
DWORD cbSize;
|
||||
DWORD dwFlags;
|
||||
|
Loading…
x
Reference in New Issue
Block a user