|
NAMEbmp_write_line - Direct access bank switching line selection for writing. Allegro game programming library.SYNOPSIS#include <allegro.h>unsigned long bmp_write_line(BITMAP *bmp, int line); DESCRIPTIONSelects the line of a bitmap that you are going to draw onto.RETURN VALUEReturns the address of the selected line for writing.SEE ALSOexflame(3), exlights(3)
Visit the GSP FreeBSD Man Page Interface. |