Skip to content

Commit

Permalink
Add Doxygen documentation for fl_create_bitmask() and fl_delete_bitma…
Browse files Browse the repository at this point in the history
…sk().

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed May 2, 2017
1 parent 501b4f7 commit 139c5d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Fl_Bitmap.cxx
Expand Up @@ -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);
}
Expand Down

0 comments on commit 139c5d9

Please sign in to comment.