Ignore:
Timestamp:
Dec 4, 2002, 4:21:42 PM (23 years ago)
Author:
sandervl
Message:

Post resize message in SetCooperativeLevel instead of calling SetWindowPos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2UTIL.CPP

    r8116 r9462  
    1 /* $Id: OS2UTIL.CPP,v 1.13 2002-03-22 15:55:00 sandervl Exp $ */
     1/* $Id: OS2UTIL.CPP,v 1.14 2002-12-04 15:21:40 sandervl Exp $ */
    22
    33/*
     
    4949//******************************************************************************
    5050//******************************************************************************
     51BOOL OSLibPostMessage(HWND hwnd, ULONG msg, ULONG mp1, ULONG mp2)
     52{
     53    return WinPostMsg(hwnd, msg, (MPARAM)mp1, (MPARAM)mp2);
     54}
     55//******************************************************************************
     56//******************************************************************************
    5157
    5258extern "C" {
     
    6369
    6470}
    65 
     71//******************************************************************************
     72//******************************************************************************
    6673int InitIO()
    6774{
     
    96103  return 0;
    97104}
    98 
     105//******************************************************************************
     106//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.