Re: [AD] No more video/system bitmaps

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Robert Ohannessian wrote:
I don't think I understand your second question.

I mean something like this:

// Lock the bitmap to get a pointer to it
al_lock_bitmap(bitmap);

// Draw to it or draw it to something
do_some_drawing();

// Unlock the bitmap. This will premote/demote the
// bitmap if Allegro decides it's better off elsewhere.
al_unlock_bitmap(bitmap);




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/