Changeset 5825 for trunk/src/gdi32/dibsect.h
- Timestamp:
 - May 29, 2001, 11:45:21 AM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gdi32/dibsect.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gdi32/dibsect.h
r5390 r5825 1 /* $Id: dibsect.h,v 1.2 4 2001-03-27 20:47:52sandervl Exp $ */1 /* $Id: dibsect.h,v 1.25 2001-05-29 09:45:21 sandervl Exp $ */ 2 2 3 3 /* … … 100 100 void sync(DWORD xDst, DWORD yDst, DWORD widthDst, DWORD heightDst, PVOID bits); 101 101 int SetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb); 102 int GetDIBColorTable(int startIdx, int cEntries, RGBQUAD *rgb); 102 103 int SetDIBColorTable(int startIdx, int cEntries, PALETTEENTRY *rgb); 103 104  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  