Ignore:
Timestamp:
May 5, 2000, 1:32:38 PM (25 years ago)
Author:
sandervl
Message:

window property fixes/changes

File:
1 edited

Legend:

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

    r3488 r3493  
    1 /* $Id: win32wbase.cpp,v 1.183 2000-05-03 18:35:54 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.184 2000-05-05 11:32:36 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    143143  vertScrollInfo     = NULL;
    144144
     145  propertyList       = NULL;
     146
    145147  ownDC              = 0;
    146148  hWindowRegion      = 0;
     
    204206        free(horzScrollInfo);
    205207        horzScrollInfo = NULL;
     208    }
     209    if(propertyList) {
     210        removeWindowProps();
    206211    }
    207212}
Note: See TracChangeset for help on using the changeset viewer.