Add Doxygen documentation for fl_create_bitmask() and fl_delete_bitmask().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
501b4f7a52
commit
139c5d9c2d
@ -29,10 +29,12 @@
|
||||
#include <FL/Fl_Bitmap.H>
|
||||
#include <FL/Fl_Printer.H>
|
||||
|
||||
/** Create a bit mask */
|
||||
Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *array) {
|
||||
return fl_graphics_driver->create_bitmask(w, h, array);
|
||||
}
|
||||
|
||||
/** delete a bit mask */
|
||||
void fl_delete_bitmask(Fl_Bitmask bm) {
|
||||
return Fl_Graphics_Driver::default_driver().delete_bitmask(bm);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user