Commit 329a14b2 authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

Store buddy window.

parent a9e9def0
......@@ -362,6 +362,9 @@ static BOOL UPDOWN_SetBuddy (HWND hwnd, HWND hwndBud)
if(!IsWindow(hwndBud))
return FALSE;
/* Store buddy window handle */
infoPtr->Buddy = hwndBud;
/* Store buddy window clas name */
GetClassNameA (hwndBud, infoPtr->szBuddyClass, 40);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment