Ignore:
Timestamp:
Jul 17, 1999, 8:30:52 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wnd.cpp

    r323 r324  
    1 /* $Id: win32wnd.cpp,v 1.7 1999-07-17 15:23:38 sandervl Exp $ */
     1/* $Id: win32wnd.cpp,v 1.8 1999-07-17 18:30:51 sandervl Exp $ */
    22/*
    33 * Win32 Window Code for OS/2
     
    2727#include "hooks.h"
    2828#include <oslibwin.h>
     29#include <oslibutil.h>
    2930
    3031#define HAS_DLGFRAME(style,exStyle) \
     
    662663//******************************************************************************
    663664//******************************************************************************
    664 ULONG Win32Window::MsgMove(ULONG xScreen, ULONG yScreen, ULONG xParent, ULONG yParent)
     665ULONG Win32Window::MsgMove(ULONG xParent, ULONG yParent)
    665666{
    666667  return 0;
     
    731732                return 1;
    732733  }
    733   return SendMessageA(win32msg, 0, MAKELONG(x, OS2TOWIN32POINT(height, y)));
     734  return SendMessageA(win32msg, 0, MAKELONG(x, MapOS2ToWin32Y(OS2Hwnd, y)));
    734735}
    735736//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.