From 1d56c9e193c65e32161aaefc4a9546fd87127c77 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 23 Sep 2020 12:46:17 +0200 Subject: Add Doxygen doc of "static unsigned Fl_Graphics_Driver::need_pixmap_bg_color" --- src/Fl_Graphics_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 125f79072..7b46d691e 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -34,6 +34,7 @@ FL_EXPORT Fl_Graphics_Driver *fl_graphics_driver; // the current driver of graph const Fl_Graphics_Driver::matrix Fl_Graphics_Driver::m0 = {1, 0, 0, 1, 0, 0}; +/** Used by the Windows platform to print Fl_Pixmap objects. */ unsigned Fl_Graphics_Driver::need_pixmap_bg_color = 0; /** Constructor */ -- cgit v1.2.3