mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
TrackMoveEvent is a semi-implemented not UNIMPLEMENTED. Shut it up.
svn path=/trunk/; revision=17276
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user