summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
-rw-r--r--src/Fl_Menu.cxx2
-rw-r--r--src/Fl_Preferences.cxx2
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 72f14dcdf..05301eced 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
CHANGES IN FLTK 1.1.7
- - Problems with CMake on MinGW have been solved, thanks to
- Mr. "fltk.x0", who submitted the patch. (STR #863)
- - Fixed memory leak in Fl_Check_Browser reported by "miguel2i". (STR #967)
+
- Documentation fixes (STR #648, STR #692, STR #730, STR
#744, STR #745, STR #942)
+ - Fixed OSX compilation problems with non-HFS filesystems
+ (STR #972)
+ - Problems with CMake on MinGW have been solved, thanks
+ to Mr. "fltk.x0", who submitted the patch. (STR #863)
+ - Fixed memory leak in Fl_Check_Browser reported by
+ "miguel2i". (STR #967)
- Fl_File_Input could draw in the wrong window (STR #958)
- WIN32: Internal WM_PAINT message now ignored (STR #831)
- Added Windows support for Fl_Window::xclass() (STR #848)
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx
index a17f42b65..9457e8f66 100644
--- a/src/Fl_Menu.cxx
+++ b/src/Fl_Menu.cxx
@@ -38,7 +38,7 @@
#include <stdio.h>
#ifdef __APPLE__
-# include <Carbon/Carbon.H>
+# include <Carbon/Carbon.h>
#endif
int Fl_Menu_Item::size() const {
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx
index dabaa09c0..26960be81 100644
--- a/src/Fl_Preferences.cxx
+++ b/src/Fl_Preferences.cxx
@@ -40,7 +40,7 @@
# include <direct.h>
# include <io.h>
#elif defined (__APPLE__)
-# include <Carbon/Carbon.H>
+# include <Carbon/Carbon.h>
# include <unistd.h>
#else
# include <unistd.h>