Ignore:
Timestamp:
Oct 16, 2001, 1:40:19 PM (24 years ago)
Author:
sandervl
Message:

destroy region presentation space during unload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/region.cpp

    r7003 r7074  
    1 /* $Id: region.cpp,v 1.23 2001-10-10 22:20:22 phaller Exp $ */
     1/* $Id: region.cpp,v 1.24 2001-10-16 11:40:18 sandervl Exp $ */
    22
    33/*
     
    7171    hpsRegion = WinGetScreenPS(HWND_DESKTOP);
    7272    return hpsRegion != 0;
     73}
     74//******************************************************************************
     75//******************************************************************************
     76void DestroyRegionSpace()
     77{
     78    if(hpsRegion) WinReleasePS(hpsRegion);
     79    hpsRegion = 0;
    7380}
    7481//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.