summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-03-28 07:13:34 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-03-28 07:13:34 +0100
commitf4029aebde2ecdfc176ce03a979bab16ab1c8eb1 (patch)
treee08a4b16587e7cd50d653ce1f0c5d7c53bf42233 /documentation
parent6105a9520255a0178616f4f8732962b8b4d6753c (diff)
parent09352ddab0372d92dfbacb562c6bde24bf98d02d (diff)
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/osissues.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index d70118d69..e2511f4ef 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -474,7 +474,7 @@ the class "fltk" is used (e.g. <tt>fltk.background</tt>). If no
match is found, a global search is done (e.g.
<tt>*background</tt>).
-\subsection osissues_x_scaling Dislay Scaling Factor
+\subsection osissues_x_scaling Display Scaling Factor
FLTK uses the value of the Xft.dpi resource divided by 96.
to initialize the display scaling factor. That is also
@@ -583,7 +583,7 @@ DrawSomething(fl_gc, ..., fl_brush());
It may also be useful to refer to Fl_Window::current()
to get the window's size or position.
-\subsection osissues_windows_scaling Dislay Scaling Factor
+\subsection osissues_windows_scaling Display Scaling Factor
FLTK uses the value given by function GetDpiForMonitor() divided by 96.
to initialize the scaling factor of each display in the system.