- Timestamp:
 - Oct 27, 2001, 12:30:11 PM (24 years ago)
 - Location:
 - trunk/src/user32
 - Files:
 - 
      
- 2 edited
 
- 
          
  oslibres.cpp (modified) (2 diffs)
 - 
          
  winicon.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/oslibres.cpp
r7111 r7237 1 /* $Id: oslibres.cpp,v 1.2 8 2001-10-18 15:35:45 achimhaExp $ */1 /* $Id: oslibres.cpp,v 1.29 2001-10-27 10:30:10 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 447 447 goto fail; 448 448 } 449 // @@@AH 20011018 regression450 #if 0451 449 if(fCursor && pXorBmp->bmBitsPixel >= 8) 452 #else453 if(pXorBmp->bmBitsPixel >= 8)454 #endif455 450 { 456 451 if(isMonoBitmap(pXorBmp, (PBYTE)os2rgb) == TRUE)  - 
      
trunk/src/user32/winicon.cpp
r7063 r7237 1 /* $Id: winicon.cpp,v 1.3 2 2001-10-15 17:09:05sandervl Exp $ */1 /* $Id: winicon.cpp,v 1.33 2001-10-27 10:30:11 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Icon Code for OS/2 … … 227 227 228 228 #ifdef __WIN32OS2__ 229 info->hColorBmp = OSLibWinCreatePointer(info, (char*)(info + 1), (LPBITMAP_W)&bmpAnd, (char*)(info + 1) + sizeAnd, (LPBITMAP_W)&bmpXor, iconinfo->fIcon );229 info->hColorBmp = OSLibWinCreatePointer(info, (char*)(info + 1), (LPBITMAP_W)&bmpAnd, (char*)(info + 1) + sizeAnd, (LPBITMAP_W)&bmpXor, iconinfo->fIcon == FALSE); 230 230 #endif 231 231 GlobalUnlock(hObj);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  