Ignore:
Timestamp:
Mar 18, 2002, 2:03:53 PM (23 years ago)
Author:
sandervl
Message:

PF: fix for 24 bpp bitmaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.cpp

    r8035 r8097  
    1 /* $Id: oslibwin.cpp,v 1.115 2002-03-05 16:09:17 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.116 2002-03-18 13:03:53 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    250250  return WinSetWindowULong(hwnd, offset, value);
    251251}
     252//******************************************************************************
     253//******************************************************************************
     254BOOL OSLibWinGetMinPosition(HWND hwnd, PSWP pswp, PPOINTL pointl)
     255{
     256  return WinGetMinPosition(hwnd, pswp, pointl);
     257}
     258
    252259//******************************************************************************
    253260//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.