Ignore:
Timestamp:
Oct 5, 2000, 8:37:26 PM (25 years ago)
Author:
sandervl
Message:

GetWindow + z-order bugfixes

File:
1 edited

Legend:

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

    r4188 r4434  
    1 /* $Id: win32dlg.cpp,v 1.51 2000-09-04 18:23:55 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.52 2000-10-05 18:37:26 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    670670                                      classNameA,
    671671                                      windowNameA,
    672                                       info.style | WS_CHILD | WS_CLIPSIBLINGS,
     672                                      info.style | WS_CHILD,
    673673                                      info.x * xUnit / 4,
    674674                                      info.y * yUnit / 8,
Note: See TracChangeset for help on using the changeset viewer.