diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-09-23 12:46:17 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-09-23 12:46:28 +0200 |
| commit | 1d56c9e193c65e32161aaefc4a9546fd87127c77 (patch) | |
| tree | 2b96aeec9a64f14762f403c0c2e90754cb83a08b /src | |
| parent | a4a5720658a46dde4e71b9c0991ecbbca567da86 (diff) | |
Add Doxygen doc of "static unsigned Fl_Graphics_Driver::need_pixmap_bg_color"
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Graphics_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
