summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-19 15:48:26 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-12-19 15:48:26 +0100
commit96bacd3f9dff5b428a7826bbd507b1c02b2bcbba (patch)
tree5674931747b9a1db95466b6cdd8ce95b5079b890 /documentation
parent1e6ac9c9bb11d126e5046fd71b9e569e5adb593b (diff)
Procedure to instruct FLTK to use given X11 connexion (#149)
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src/osissues.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index fa17aec7e..1c8718c62 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -268,6 +268,10 @@ code will be called before the first \c show() of a window.
\par
This may call Fl::abort() if there is an error opening the display.
+void fl_x11_use_display(Display *d)
+\par
+Directs FLTK to use a pre-established X11 connexion.
+
void fl_close_display()
\par