summaryrefslogtreecommitdiff
path: root/documentation/src/osissues.dox
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2011-09-02 21:01:28 +0000
committerGreg Ercolano <erco@seriss.com>2011-09-02 21:01:28 +0000
commit7d8c00cc09b7ea3e5f4e024120311df506feead6 (patch)
treedb35aab06a63e4536a271470696019cef9b17dea /documentation/src/osissues.dox
parent28c559aa3f4dd5e92b3142c1b1085cdb4335d924 (diff)
Backing out r9025; the correct info is at the top of the document
(to use <FL/x.H> instead of define FL_INTERNALS). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/osissues.dox')
-rw-r--r--documentation/src/osissues.dox12
1 files changed, 0 insertions, 12 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index e24935b04..95184dd29 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -82,10 +82,6 @@ Window fl_xid(const Fl_Window *)
\par
Returns the XID for a window, or zero if not \c shown().
-\par
-You must \#define FL_INTERNALS above all FLTK related \#include's
-to access this function.
-
Fl_Window *fl_find(ulong xid)
\par
@@ -520,10 +516,6 @@ HWND fl_xid(const Fl_Window *)
Returns the window handle for a Fl_Window, or zero
if not \c shown().
-\par
-You must \#define FL_INTERNALS above all FLTK related \#include's
-to access this function.
-
Fl_Window *fl_find(HWND xid)
\par
@@ -705,10 +697,6 @@ Returns the window reference for an Fl_Window, or
\c NULL if the window has not been shown. This reference is a pointer
to an instance of the subclass FLWindow of Cocoa's NSWindow class.
-\par
-You must \#define FL_INTERNALS above all FLTK related \#include's
-to access this function.
-
Fl_Window *fl_find(Window xid)
\par