From 96bacd3f9dff5b428a7826bbd507b1c02b2bcbba Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:48:26 +0100 Subject: Procedure to instruct FLTK to use given X11 connexion (#149) --- documentation/src/osissues.dox | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation/src/osissues.dox') 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 -- cgit v1.2.3