Ignore:
Timestamp:
Oct 22, 2000, 6:07:48 PM (25 years ago)
Author:
sandervl
Message:

missing OBM_TNTYPE + fix for messages sent to windows after they received WM_DESTROY & WM_NCDESTORY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/combo.cpp

    r3584 r4515  
    1 /* $Id: combo.cpp,v 1.31 2000-05-22 17:21:07 cbratschi Exp $ */
     1/* $Id: combo.cpp,v 1.32 2000-10-22 16:07:45 sandervl Exp $ */
    22/*
    33 * Combo controls
     
    14441444             break;
    14451445   }
    1446 
    1447    return SendMessageA( lphc->owner, msg, GetWindowLongA(hwnd,GWL_ID), lParam );
     1446   return SendMessageA( GetParent(hwnd), msg, GetWindowLongA(hwnd,GWL_ID), lParam );
    14481447}
    14491448
Note: See TracChangeset for help on using the changeset viewer.