Ignore:
Timestamp:
Nov 14, 2000, 3:28:22 PM (25 years ago)
Author:
sandervl
Message:

SetDIBits fix for monochrome bitmaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdi32.cpp

    r4574 r4590  
    1 /* $Id: gdi32.cpp,v 1.60 2000-11-09 18:16:57 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.61 2000-11-14 14:28:22 sandervl Exp $ */
    22
    33/*
     
    114114//******************************************************************************
    115115//******************************************************************************
    116 HBRUSH WIN32API CreateDIBPatternBrushPt( const VOID * arg1, UINT  arg2)
    117 {
    118     dprintf(("GDI32: CreateDIBPatternBrushPt\n"));
    119     return O32_CreateDIBPatternBrushPt(arg1, arg2);
     116HBRUSH WIN32API CreateDIBPatternBrushPt( const VOID * buffer, UINT usage)
     117{
     118    dprintf(("GDI32: CreateDIBPatternBrushPt %x %x", buffer, usage));
     119    return O32_CreateDIBPatternBrushPt(buffer, usage);
    120120}
    121121//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.