[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 7/8/07, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
To sum it up, there is a problem with the GDI driver blitting a
rectangle smaller than the bitmap's height that touches the bottom
left corner of a bitmap. The attached patch fixes it. (Only tested
under Vista.)
I noticed something else with the GDI driver while testing exsprite. The
screenshots explain it (this is on Vista btw):
After the first animation everything looks like this:
http://trent.gamblin.ca/exsprite_glitch.png
After minimizing and restoring, it looks like this:
http://trent.gamblin.ca/exsprite_after_minimize.png
The picture on the bottom is always of the animation that was shown
previously.
This is with 4.9, and happens when I change the GFX_AUTODETECT to GFX_SAFE.