[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sunday 08 August 2004 04:10, Chris wrote:
> Actually it should only happen for video bitmaps. The
> _xwin_lock/_xwin_unlock calls only go into the vtable for the screen
> bitmap via _xwin_replace_vtable, which I assume is copied over for every
> other video bitmap. Memory bitmaps should be unaffected.
Ah! Of course.
> As a test, you could write a program that outputs the address of
> some_memory_bmp->vtable->acquire after setting a video mode.
> Unfortunately I won't have the time to test today.
Neither do I, unfortunately. But I believe you anyway.
Evert