- Timestamp:
- Oct 2, 2000, 6:01:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/region.cpp
r4223 r4379 1 /* $Id: region.cpp,v 1.1 2 2000-09-08 18:06:33 sandervlExp $ */1 /* $Id: region.cpp,v 1.13 2000-10-02 16:01:57 phaller Exp $ */ 2 2 3 3 /* … … 961 961 ODINFUNCTIONNODBG1(HRGN, CreateEllipticRgnIndirect, const RECT *, pRect) 962 962 { 963 return ODIN_CreateEllipticRgn(pRect->left, pRect->top, pRect->right, pRect->bottom);963 return CreateEllipticRgn(pRect->left, pRect->top, pRect->right, pRect->bottom); 964 964 } 965 965 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.