Changeset 7866 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Feb 11, 2002, 2:48:43 PM (24 years ago)
- 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:51sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.40 2002-02-11 13:48:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 99 99 * Author : Patrick Haller [Wed, 1998/06/16 11:55] 100 100 *****************************************************************************/ 101 BOOL WIN32API CascadeChildWindows(DWORD x1, 102 DWORD x2) 101 BOOL WIN32API CascadeChildWindows(HWND x1, DWORD x2) 103 102 { 104 103 dprintf(("USER32: CascadeChildWindows(%08xh,%08xh) not implemented.\n", … … 120 119 * Author : Patrick Haller [Wed, 1998/06/16 11:55] 121 120 *****************************************************************************/ 122 BOOL WIN32API TileChildWindows(DWORD x1, 123 DWORD x2) 121 BOOL WIN32API TileChildWindows(HWND x1, DWORD x2) 124 122 { 125 123 dprintf(("USER32: TileChildWindows(%08xh,%08xh) not implemented.\n",
Note:
See TracChangeset
for help on using the changeset viewer.