Remove typos in the documentation of fl_x11_use_display()

This commit is contained in:
ManoloFLTK 2023-12-19 19:36:07 +01:00
parent 05687d1cb4
commit bc5d7e77aa
2 changed files with 5 additions and 4 deletions

View File

@ -26,9 +26,10 @@
/** Returns the X11 Display in use */ /** Returns the X11 Display in use */
extern Display *fl_x11_display(); extern Display *fl_x11_display();
/** Have FLTK use a pre-established X11 connexion. /** Have FLTK use a pre-established X11 connection.
This function should be called before FLTK attempts to open its own X11 connexion. This function must be called before FLTK attempts to open its own X11 connection,
\param d the X11 Display* value representing a valid, pre-established X11 connexion that is, as long as fl_x11_display() returns NULL.
\param d the X11 Display* value representing a valid, pre-established X11 connection
*/ */
extern void fl_x11_use_display(Display *d); extern void fl_x11_use_display(Display *d);
/** Returns the Window reference for the given Fl_Window, or zero if not \c shown(). */ /** Returns the Window reference for the given Fl_Window, or zero if not \c shown(). */

View File

@ -270,7 +270,7 @@ This may call Fl::abort() if there is an error opening the display.
void fl_x11_use_display(Display *d) void fl_x11_use_display(Display *d)
\par \par
Directs FLTK to use a pre-established X11 connexion. Directs FLTK to use a pre-established X11 connection.
void fl_close_display() void fl_close_display()