Ignore:
Timestamp:
Sep 22, 2001, 8:21:01 PM (24 years ago)
Author:
sandervl
Message:

focus/activation fixes

File:
1 edited

Legend:

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

    r6762 r6783  
    1 /* $Id: window.cpp,v 1.106 2001-09-19 15:39:52 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.107 2001-09-22 18:21:01 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    427427BOOL WIN32API BringWindowToTop(HWND hwnd)
    428428{
     429    dprintf(("BringWindowToTop %x", hwnd));
    429430    return SetWindowPos( hwnd, HWND_TOP, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE );
    430431}
Note: See TracChangeset for help on using the changeset viewer.