Changeset 5390 for trunk/src/gdi32/dibsect.h
- Timestamp:
- Mar 27, 2001, 10:47:53 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/dibsect.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/dibsect.h
r5333 r5390 1 /* $Id: dibsect.h,v 1.2 3 2001-03-19 19:27:53sandervl Exp $ */1 /* $Id: dibsect.h,v 1.24 2001-03-27 20:47:52 sandervl Exp $ */ 2 2 3 3 /* … … 109 109 110 110 static DIBSection *getSection() { return section; } ; 111 static DIBSection *find (DWORDhandle);111 static DIBSection *findObj(HANDLE handle); 112 112 static DIBSection *findHDC(HDC hdc); 113 static void deleteSection( DWORDhandle);113 static void deleteSection(HANDLE handle); 114 114 protected: 115 115
Note:
See TracChangeset
for help on using the changeset viewer.
