Ignore:
Timestamp:
May 10, 2001, 7:03:18 PM (24 years ago)
Author:
sandervl
Message:

bugfixes

File:
1 edited

Legend:

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

    r5165 r5677  
    1 /* $Id: oslibgpi.cpp,v 1.10 2001-02-18 14:19:08 sandervl Exp $ */
     1/* $Id: oslibgpi.cpp,v 1.11 2001-05-10 17:03:18 sandervl Exp $ */
    22
    33/*
     
    143143    }
    144144
    145     if(pptl[0].x == pptl[1].x || pptl[0].y == pptl[1].y)
    146     {
    147         return FALSE; // empty rectangle
    148     }
    149 
    150145    if(GetDCData(pHps)->isLeftLeft)
    151146    {
Note: See TracChangeset for help on using the changeset viewer.