Changeset 2101 for trunk/src/user32/text.cpp
- Timestamp:
- Dec 17, 1999, 6:49:54 PM (26 years ago)
- File:
-
- 1 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)
Note:
See TracChangeset
for help on using the changeset viewer.