Changeset 3715 for trunk/src


Ignore:
Timestamp:
Jun 16, 2000, 1:05:22 PM (25 years ago)
Author:
sandervl
Message:

put back region code

File:
1 edited

Legend:

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

    r3714 r3715  
    1 /* $Id: region.cpp,v 1.8 2000-06-16 00:05:49 phaller Exp $ */
     1/* $Id: region.cpp,v 1.9 2000-06-16 11:05:22 sandervl Exp $ */
    22
    33/*
     
    7171        hwnd = pHps->hwnd;
    7272 
    73     // @@@pH Note: hwnd == 0 == HWND_DESKTOP !
    74     // if(hwnd != 0 || pHps == 0)
    75     if (pHps == 0)
     73    if(hwnd != 0 || pHps == 0)
    7674    {
    7775        RECT rect;
     
    118116        hwnd = pHps->hwnd;
    119117 
    120     // @@@pH Note: hwnd == 0 == HWND_DESKTOP !
    121     // if(hwnd != 0 || pHps == 0)
    122     if (pHps == 0)
     118    if(hwnd != 0 || pHps == 0)
    123119    {
    124120        RECT rect;
     
    138134        return x;
    139135   }
    140    else
    141      DebugInt3();
     136//   else
     137//     DebugInt3();
    142138   return 0;
    143139}
     
    993989
    994990    dprintf(("CreatePolygonRgn %x %d %d", lppt, cPoints, fnPolyFillMode));
     991
    995992
    996993    POLYGON  polygon;
Note: See TracChangeset for help on using the changeset viewer.