Diff for /np2/win9x/fontmng.cpp between versions 1.5 and 1.6

version 1.5, 2005/02/13 05:31:26 version 1.6, 2005/03/11 15:12:58
Line 92  void *fontmng_create(int size, UINT type Line 92  void *fontmng_create(int size, UINT type
                 bi->bmiColors[i].rgbReserved = PC_RESERVED;                  bi->bmiColors[i].rgbReserved = PC_RESERVED;
         }          }
   
     hdc = GetDC(NULL);          hdc = GetDC(NULL);
         ret->hBitmap = CreateDIBSection(hdc, bi, DIB_RGB_COLORS,          ret->hBitmap = CreateDIBSection(hdc, bi, DIB_RGB_COLORS,
                                                                                         (void **)&ret->image, NULL, 0);                                                                                          (void **)&ret->image, NULL, 0);
         ret->hdcimage = CreateCompatibleDC(hdc);          ret->hdcimage = CreateCompatibleDC(hdc);

Removed from v.1.5  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>