Changeset 4873 for trunk/src/gdi32
- Timestamp:
- Jan 6, 2001, 12:25:49 AM (25 years ago)
- Location:
- trunk/src/gdi32
- Files:
-
- 3 edited
-
dibsect.cpp (modified) (4 diffs)
-
gdi32rsrc.orc (modified) (2 diffs)
-
initterm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.cpp
r4848 r4873 1 /* $Id: dibsect.cpp,v 1.4 4 2000-12-29 18:40:43sandervl Exp $ */1 /* $Id: dibsect.cpp,v 1.45 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <win32api.h> 26 26 #include <winconst.h> 27 #include <winuser32.h> 27 28 #include <cpuhlp.h> 28 29 #include <dcdata.h> … … 515 516 nDestWidth, nDestHeight, nSrcWidth, nSrcHeight)); 516 517 517 /*518 hwndDest = Win32ToOS2Handle(hwndDest);519 if(hwndDest != 0)520 {521 hps = WinGetPS(hwndDest);522 }523 */524 518 #ifdef INVERT 525 519 oldyinversion = GpiQueryYInversion(hps); … … 603 597 else rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode); 604 598 605 /*606 if(hwndDest != 0)607 {608 WinReleasePS(hps);609 }610 */611 599 if(rc == GPI_OK) { 612 600 DIBSection *destdib = DIBSection::findHDC(hdcDest); -
trunk/src/gdi32/gdi32rsrc.orc
r4681 r4873 1 /* $Id: gdi32rsrc.orc,v 1. 3 2000-11-23 19:23:01sandervl Exp $ */1 /* $Id: gdi32rsrc.orc,v 1.4 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 #include "winuser.h" … … 28 28 VALUE "FileVersion", "4.00\0" 29 29 VALUE "InternalName", "GDI32\0" 30 VALUE "LegalCopyright", "Copyright (C) 2000\0"30 VALUE "LegalCopyright", "Copyright (C) 1999-2001\0" 31 31 VALUE "LegalTrademarks", "\0" 32 32 VALUE "OriginalFilename", "GDI32.DLL\0" -
trunk/src/gdi32/initterm.cpp
r3993 r4873 1 /* $Id: initterm.cpp,v 1.1 2 2000-08-11 10:56:15sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.13 2001-01-05 23:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 94 94 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 95 95 96 /*******************************************************************/97 /* A DosExitList routine must be used to clean up if runtime calls */98 /* are required and the runtime is dynamically linked. */99 /*******************************************************************/100 101 96 if(InitRegionSpace() == FALSE) { 102 97 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.
