CVS: winex/include bitmap.h,1.6,1.7
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include bitmap.h,1.6,1.7Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv7038/include
Modified Files:
bitmap.h
Log Message:
- better separate dibsection freeing
- fix cases of double or incorrect freeing
Index: bitmap.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/bitmap.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- bitmap.h 20 Jan 2005 16:02:54 -0000 1.6
+++ bitmap.h 30 Mar 2007 19:00:52 -0000 1.7
@@ -44,6 +44,7 @@
/* For device-independent bitmaps: */
DIBSECTIONOBJ *dib;
SEGPTR segptr_bits; /* segptr to DIB bits */
+ BOOL gdi_owned_bitmap_bits;
} BITMAPOBJ;
typedef struct tagBITMAP_DRIVER