Ignore:
Timestamp:
May 23, 2000, 8:46:21 PM (25 years ago)
Author:
sandervl
Message:

minor changes

File:
1 edited

Legend:

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

    r3589 r3594  
    1 /* $Id: palette.cpp,v 1.4 2000-05-22 19:11:28 sandervl Exp $ */
     1/* $Id: palette.cpp,v 1.5 2000-05-23 18:46:21 sandervl Exp $ */
    22
    33/*
     
    5454UINT WIN32API RealizePalette( HDC hdc)
    5555{
    56     dprintf(("GDI32: RealizePalette %x", hdc));
    57     return O32_RealizePalette(hdc);
     56 UINT rc;
     57
     58    rc = O32_RealizePalette(hdc);
     59    dprintf(("GDI32: RealizePalette %x returned %d", hdc, rc));
     60    return rc;
    5861}
    5962//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.