Ignore:
Timestamp:
May 3, 2000, 8:35:56 PM (25 years ago)
Author:
sandervl
Message:

capture changes/fixes, SetWindowPos fix

File:
1 edited

Legend:

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

    r3482 r3488  
    1 /* $Id: win32dlg.cpp,v 1.48 2000-05-02 20:50:51 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.49 2000-05-03 18:35:53 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    236236        /* Send initialisation messages and set focus */
    237237        hwndFocus = GetNextDlgTabItem( getWindowHandle(), 0, FALSE );
     238        dprintf(("dlg ctor: GetNextDlgTabItem returned %x, capture hwnd = %x", hwndFocus, GetCapture()));
    238239
    239240        HWND hwndPreInitFocus = GetFocus();
Note: See TracChangeset for help on using the changeset viewer.