mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
TrackMoveEvent is a semi-implemented not UNIMPLEMENTED. Shut it up.
svn path=/trunk/; revision=17276
This commit is contained in:
parent
479fa4e4ae
commit
c5785454c2
1 changed files with 1 additions and 2 deletions
|
@ -870,8 +870,7 @@ TrackMouseEvent(
|
|||
pos.y = 0;
|
||||
SetRectEmpty(&client);
|
||||
|
||||
DbgPrint("%lx, %lx, %p, %lx\n", ptme->cbSize, ptme->dwFlags, ptme->hwndTrack, ptme->dwHoverTime);
|
||||
UNIMPLEMENTED;
|
||||
DPRINT("%lx, %lx, %p, %lx\n", ptme->cbSize, ptme->dwFlags, ptme->hwndTrack, ptme->dwHoverTime);
|
||||
|
||||
if (ptme->cbSize != sizeof(TRACKMOUSEEVENT)) {
|
||||
DPRINT("wrong TRACKMOUSEEVENT size from app\n");
|
||||
|
|
Loading…
Reference in a new issue