commit | eed5b662b96b0ef8ef329bfc1d23c5c4146397a4 | [log] [tgz] |
---|---|---|
author | Frank Richter <frank.richter@gmail.com> | Mon Aug 29 09:30:17 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 29 09:30:17 2005 +0000 |
tree | 273f62efe403fae6811e1302c65f7d9ec278460f | |
parent | 49cd8a70d1ecdff6dbea29dff3c4b5513237651a [diff] |
Implement "manual" image sharing(as opposed to using LoadImage() with LR_SHARED) by keeping the loaded images in a list. This is needed for proper alpha support later on since once-per-image preparations will be needed then.