Ignore:
Timestamp:
Dec 27, 1999, 6:08:09 PM (26 years ago)
Author:
cbratschi
Message:

SetWindowPos fixed, edit: refresh only if visible

File:
1 edited

Legend:

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

    r2204 r2211  
    1 /* $Id: oslibwin.cpp,v 1.52 1999-12-26 17:30:15 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.53 1999-12-27 17:08:08 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    12001200  return WinEnableWindowUpdate(hwnd,fEnable);
    12011201}
     1202//******************************************************************************
     1203//******************************************************************************
     1204ULONG OSLibWinGetLastError()
     1205{
     1206  return WinGetLastError(GetThreadHAB()) & 0xFFFF;
     1207}
Note: See TracChangeset for help on using the changeset viewer.