Ignore:
Timestamp:
Jan 27, 2000, 12:48:03 AM (26 years ago)
Author:
sandervl
Message:

JvdH's opengl changes

File:
1 edited

Legend:

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

    r2526 r2527  
    1 /* $Id: gdi32.cpp,v 1.32 2000-01-26 23:19:55 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.33 2000-01-26 23:48:02 sandervl Exp $ */
    22
    33/*
     
    670670
    671671    rc = O32_CreateBitmap(nWidth, nHeight, cPlanes, cBitsPerPel, lpvBits);
    672     dprintf(("GDI32: CreateBitmap (%d,%d) bps %d returned %x\n", nWidth, nHeight, cBitsPerPel, rc));
     672    dprintf(("GDI32: CreateBitmap (%d,%d) bps %d returned %d\n", nWidth, nHeight, cBitsPerPel, rc));
    673673    return(rc);
    674674}
     
    24062406}
    24072407//******************************************************************************
     2408
    24082409//******************************************************************************
    24092410BOOL WIN32API SetObjectOwner( HGDIOBJ arg1, int arg2 )
     
    31373138}
    31383139
    3139 
    3140 /*****************************************************************************
    3141  * Name      : int GetPixelFormat
    3142  * Purpose   : The GetPixelFormat function obtains the index of the specified
    3143  *             device context's currently selected pixel format.
    3144  * Parameters: HDC  hdc   handle of device context
    3145  * Variables :
    3146  * Result    : 0 / 1
    3147  * Remark    :
    3148  * Status    : UNTESTED STUB
    3149  *
    3150  * Author    : Patrick Haller [Mon, 1998/06/15 08:00]
    3151  *****************************************************************************/
    3152 
    3153 int WIN32API GetPixelFormat(HDC hdc)
    3154 {
    3155   dprintf(("GDI32: GetPixelFormat(%08xh) not implemented.\n",
    3156            hdc));
    3157 
    3158   return (0);
    3159 }
    3160 
    3161 
    31623140/*****************************************************************************
    31633141 * Name      : BOOL SetDeviceGammaRamp
Note: See TracChangeset for help on using the changeset viewer.