summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H5
-rw-r--r--FL/Fl_Window.H2
2 files changed, 4 insertions, 3 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index e285d8ed5..949cf430a 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -168,6 +168,7 @@ public: // run time information about compile time configuration
/** @} */
public: // should be private!
+
#ifndef FL_DOXYGEN
static int e_number;
static int e_x;
@@ -197,8 +198,8 @@ public: // should be private!
static void reset_marked_text(); // resets marked text
static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point
#endif // FL_DOXYGEN
-
-
+
+
/**
If true then flush() will do something.
*/
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 7735a5ed1..3c887232a 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -351,7 +351,7 @@ public:
void icon(const Fl_RGB_Image*);
void icons(const Fl_RGB_Image*[], int);
-#ifdef WIN32
+#if defined(WIN32) && !defined(FL_DOXYGEN)
typedef struct HICON__* HICON;
// These 2 member functions break the driver model but are kept for back compatibility.
// They are implemented in Fl_WinAPI_Window_Driver.cxx