Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

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

    r1105 r1118  
    1 /* $Id: win32wbase.cpp,v 1.21 1999-10-02 04:09:13 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.22 1999-10-04 09:56:02 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    11521152    //WM_NC*BUTTON* is posted when the cursor is in a non-client area of the window
    11531153    if(lastHitTestVal != HTCLIENT) {
    1154             SendInternalMessageA(win32ncmsg, lastHitTestVal, MAKELONG(ncx, ncy)); //TODO:
     1154            return SendInternalMessageA(win32ncmsg, lastHitTestVal, MAKELONG(ncx, ncy)); //TODO:
    11551155    }
    11561156    return  SendInternalMessageA(win32msg, 0, MAKELONG(clx, cly));
Note: See TracChangeset for help on using the changeset viewer.