Ignore:
Timestamp:
Dec 27, 1999, 3:41:43 PM (26 years ago)
Author:
sandervl
Message:

Lots of message fixes

File:
1 edited

Legend:

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

    r2204 r2208  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.2 1999-12-26 17:30:15 cbratschi Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.3 1999-12-27 14:41:42 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    283283        if(win32wnd->lastHitTestVal != HTCLIENT_W) {
    284284            winMsg->message = WINWM_NCLBUTTONDOWN + (os2Msg->msg - WM_BUTTON1DOWN);
    285             winMsg->wParam = win32wnd->lastHitTestVal;
     285            winMsg->wParam  = win32wnd->lastHitTestVal;
    286286            winMsg->lParam  = MAKELONG(winMsg->pt.x, winMsg->pt.y); //screen coordinates
    287287        }
Note: See TracChangeset for help on using the changeset viewer.