commit | b427856b456c8e102246e75431ac8ccbc6f10d28 | [log] [tgz] |
---|---|---|
author | Noel Borthwick <noel@macadamian.com> | Fri Feb 05 10:37:53 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Feb 05 10:37:53 1999 +0000 |
tree | 83b37f21bf9d2715103817d7c3591508529ed89e | |
parent | 4ef9251911854f991dda8d9469dd02a3d687fa7f [diff] [blame] |
Added management and allocation of the PERQUEUEDATA structure.
diff --git a/windows/message.c b/windows/message.c index 5b4586c..a783e8f 100644 --- a/windows/message.c +++ b/windows/message.c
@@ -122,7 +122,8 @@ else { pWnd = WIN_FindWndPtr(hWnd); - ht = EVENT_GetCaptureInfo(); + if (queue) + ht = PERQDATA_GetCaptureInfo( queue->pQData ); } /* stop if not the right queue */