summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-09 11:00:27 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-09 11:00:27 +0200
commit9fa66ecc8af85604d0f68377550c486843796527 (patch)
treefe4ea20e75bf0e3715672630c29b5d42b1050831 /src
parent549688598fd4f0d208c413b1db9e18aea74c92bc (diff)
Wayland documentation: improve "Input Methods" and various details
also fix typo mentionned -> mentioned
Diffstat (limited to 'src')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
index 62598f2ce..22f6d6d32 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_image.cxx
@@ -735,7 +735,7 @@ void Fl_GDI_Graphics_Driver::draw_fixed(Fl_Pixmap *pxm, int X, int Y, int W, int
this color value in need_pixmap_bg_color. As a result, the transparent areas of the image
are correcty handled by the printing operation. Variable need_pixmap_bg_color is ultimately
reset to 0.
- Fl_GDI_Graphics_Driver::make_unused_color_() which does the color computation mentionned
+ Fl_GDI_Graphics_Driver::make_unused_color_() which does the color computation mentioned
above is implemented in file src/fl_draw_pixmap.cxx
*/
void Fl_GDI_Printer_Graphics_Driver::draw_pixmap(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy) {