[AD] BITMAP vtable questions and X |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Though I am now faced with the task of filling in the "screen" bitmap's vtable. The simpler ones I have done.. putpixel, hline, vline, rectfill, and clear_to_color. My first question is, how is clear_to_color supposed to behave? Currently, I have it clearing the whole bitmap, regardless of the clipping region.. is it supposed to ignore the clipping region? And if not, can I just use the clipping extents as the area to clip, or do I need to take special precautions?
As well, what about the various blit_* functions? Are they supposed to be able to handle converting between different color depths, or is that handled somewhere else in the lib?
What else can you tell me about the BITMAP vtable and its functions that I should know about?
- Kitty Cat
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |