diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-19 15:48:26 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-12-19 15:48:26 +0100 |
| commit | 96bacd3f9dff5b428a7826bbd507b1c02b2bcbba (patch) | |
| tree | 5674931747b9a1db95466b6cdd8ce95b5079b890 /documentation/src/osissues.dox | |
| parent | 1e6ac9c9bb11d126e5046fd71b9e569e5adb593b (diff) | |
Procedure to instruct FLTK to use given X11 connexion (#149)
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 4 |
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 |
