Ignore:
Timestamp:
Dec 29, 1999, 3:37:19 PM (26 years ago)
Author:
sandervl
Message:

PostMessage memory leak fixed

File:
1 edited

Legend:

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

    r2189 r2250  
    1 /* $Id: win32wmdiclient.cpp,v 1.18 1999-12-22 18:09:32 cbratschi Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.19 1999-12-29 14:37:18 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    12261226    {
    12271227        mdiFlags |= MDIF_NEEDUPDATE;
    1228         PostMessageA(WM_MDICALCCHILDSCROLL, 0, 0);
     1228        PostMessageA(getWindowHandle(), WM_MDICALCCHILDSCROLL, 0, 0);
    12291229    }
    12301230    sbRecalc = recalc;
Note: See TracChangeset for help on using the changeset viewer.