A bitmap created by CreateCompatibleBitmap should not be owned by a
authorHuw Davies <huw@codeweavers.com>
Tue, 18 Nov 2003 00:03:51 +0000 (00:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Nov 2003 00:03:51 +0000 (00:03 +0000)
commit13d0c285ca9ccff317404185a97cb89da0a9cd0e
tree3bd27ce2ee7ac2092b4617dce0a4e205aa3a3748
parent7e941c8388031f9a084dfa7c51d70aedfcd1f4a8
A bitmap created by CreateCompatibleBitmap should not be owned by a
driver until it is selected into it.  The driver checks that the
bitmap is of the correct depth in SelectBitmap.
objects/bitmap.c