Ignore:
Timestamp:
May 10, 2000, 3:14:44 PM (25 years ago)
Author:
sandervl
Message:

Get/SetForegroundWindow fixes/changes

File:
1 edited

Legend:

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

    r3501 r3513  
    1 /* $Id: win32wbase.cpp,v 1.185 2000-05-09 18:56:58 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.186 2000-05-10 13:14:43 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    26952695}
    26962696//******************************************************************************
     2697//TODO: Not be 100% correct; should return active window of current thread
     2698//      or NULL when there is none -> WinQueryActiveWindow just returns
     2699//      the current active window
    26972700//******************************************************************************
    26982701HWND Win32BaseWindow::GetActiveWindow()
Note: See TracChangeset for help on using the changeset viewer.