From 96c410dceb2adff87f067e44310b269f51fa7e90 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 17 Jan 2011 23:52:32 +0000 Subject: Hiding the Fl_X class under WIN32 (STR #2522). Applied Manolo's patch, modified to use FL_INTERNALS for explicit request in user code to expose class Fl_X. Also changed X11 and Mac OS to use FL_INTERNALS. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8289 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/osissues.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src/osissues.dox') diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index ed98bad4a..45272ef71 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -368,7 +368,7 @@ MyWindow::~MyWindow() { } \endcode -\note Access to the Fl_X hidden class requires to \#define FL_LIBRARY +\note Access to the Fl_X hidden class requires to \#define FL_INTERNALS before compilation. \subsection osissues_x_icon Setting the Icon of a Window -- cgit v1.2.3