Changeset 3641 for trunk/src/user32/dc.cpp
- Timestamp:
- Jun 1, 2000, 1:27:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r3525 r3641 1 /* $Id: dc.cpp,v 1.5 7 2000-05-12 18:09:39sandervl Exp $ */1 /* $Id: dc.cpp,v 1.58 2000-06-01 11:27:56 sandervl Exp $ */ 2 2 3 3 /* … … 685 685 } 686 686 #endif 687 //****************************************************************************** 688 //****************************************************************************** 689 int WIN32API GetClipBox( HDC arg1, PRECT arg2) 690 { 691 int rc; 692 693 rc = O32_GetClipBox(arg1, arg2); 694 dprintf(("GDI32: GetClipBox of %X returned %d\n", arg1, rc)); 695 return(rc); 696 } 697 //****************************************************************************** 698 //****************************************************************************** 699 int WIN32API GetClipRgn( HDC hdc, HRGN hRgn) 700 { 701 dprintf(("GDI32: GetClipRgn")); 702 return O32_GetClipRgn(hdc, hRgn); 703 } 687 704 //****************************************************************************** 688 705 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.