Ignore:
Timestamp:
Feb 15, 2001, 1:33:01 AM (25 years ago)
Author:
sandervl
Message:

SetFocus fixes during WM_SETFOCUS

File:
1 edited

Legend:

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

    r4848 r5137  
    1 /* $Id: oslibmsg.cpp,v 1.35 2000-12-29 18:39:58 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.36 2001-02-15 00:33:01 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    457457}
    458458//******************************************************************************
     459//Direct posting of messages that must remain invisible to the win32 app
     460//******************************************************************************
     461BOOL OSLibPostMessageDirect(HWND hwnd, ULONG msg, ULONG wParam, ULONG lParam)
     462{
     463    return WinPostMsg(hwnd, msg, (MPARAM)wParam, (MPARAM)lParam);
     464}
     465//******************************************************************************
    459466BOOL    _System _O32_PostThreadMessage( DWORD, UINT, WPARAM, LPARAM );
    460467
Note: See TracChangeset for help on using the changeset viewer.