diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-01-04 18:28:01 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-01-04 18:28:01 +0000 |
| commit | cf95f8d261db7d055e7a0ad17523d0738e176f01 (patch) | |
| tree | c272ea5876664ef15b883c1a82d0cb7817c20d10 /documentation | |
| parent | 18791a10f628e2b3ee15a5eb74600e999cef4370 (diff) | |
Some minor doc changes to avoid doxygen warning.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/osissues.dox | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 495d8044d..38a776143 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -286,12 +286,14 @@ void MyWindow::show() { } \endcode +\verbatim Fl_X *Fl_X::set_xid(Fl_Window*, Window xid) +\endverbatim \par Allocate a hidden structure called an Fl_X, put the XID into it, and set a pointer to it from the Fl_Window. -This causes Fl_Window::shown()to return true. +This causes Fl_Window::shown() to return true. void Fl_X::make_xid(Fl_Window*, XVisualInfo* = fl_visual, Colormap = fl_colormap) |
