- Timestamp:
- Dec 17, 1999, 6:49:54 PM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/text.cpp
r2093 r2101 1 /* $Id: text.cpp,v 1. 1 1999-12-16 16:53:57cbratschi Exp $ */1 /* $Id: text.cpp,v 1.2 1999-12-17 17:49:53 cbratschi Exp $ */ 2 2 3 3 /* … … 6 6 * Copyright 1999 Christoph Bratschi 7 7 * 8 * Copyright 1997 Bertho A. Stultiens 9 * Copyright 1993, 1994 Alexandre Julliard 8 10 * 9 11 * Project Odin Software License can be found in LICENSE.TXT … … 13 15 #include "user32.h" 14 16 17 //WINE parts: wine-991031 18 15 19 static const WORD wPattern55AA[] = 16 20 { … … 23 27 24 28 /********************************************************************* 25 * 29 * CACHE_GetPattern55AABitmap 26 30 */ 27 31 HBITMAP CACHE_GetPattern55AABitmap(void) … … 33 37 34 38 /********************************************************************* 35 * 39 * CACHE_GetPattern55AABrush 36 40 */ 37 41 HBRUSH CACHE_GetPattern55AABrush(void) -
trunk/src/user32/win32wmdichild.cpp
r2099 r2101 1 /* $Id: win32wmdichild.cpp,v 1.1 3 1999-12-17 17:18:04 cbratschi Exp $ */1 /* $Id: win32wmdichild.cpp,v 1.14 1999-12-17 17:49:54 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 MDI Child Window Class for OS/2 … … 9 9 * Copyright 1994, Bob Amstadt 10 10 * 1995,1996 Alex Korobka 11 * Copyright 1993, 1994 Alexandre Julliard 12 * 11 13 * 12 14 *
Note:
See TracChangeset
for help on using the changeset viewer.