Ignore:
Timestamp:
Feb 11, 2002, 2:48:43 PM (24 years ago)
Author:
sandervl
Message:

logging changes, window title fix (codepage), keyboard fixes

File:
1 edited

Legend:

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

    r6762 r7866  
    1 /* $Id: win32wmdiclient.cpp,v 1.39 2001-09-19 15:39:51 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.40 2002-02-11 13:48:42 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    9999 * Author    : Patrick Haller [Wed, 1998/06/16 11:55]
    100100 *****************************************************************************/
    101 BOOL WIN32API CascadeChildWindows(DWORD x1,
    102                                      DWORD x2)
     101BOOL WIN32API CascadeChildWindows(HWND x1, DWORD x2)
    103102{
    104103  dprintf(("USER32: CascadeChildWindows(%08xh,%08xh) not implemented.\n",
     
    120119 * Author    : Patrick Haller [Wed, 1998/06/16 11:55]
    121120 *****************************************************************************/
    122 BOOL WIN32API TileChildWindows(DWORD x1,
    123                                   DWORD x2)
     121BOOL WIN32API TileChildWindows(HWND x1, DWORD x2)
    124122{
    125123  dprintf(("USER32: TileChildWindows(%08xh,%08xh) not implemented.\n",
Note: See TracChangeset for help on using the changeset viewer.