summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--src/Fl_lock.cxx3
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a6a0b1474..d642833e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@ CHANGES IN FLTK 1.1.8
- Documentation fixes (STR #1454, STR #1455, STR #1456,
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
STR #1639, STR #1645, STR #1644, STR #1792, STR #1793)
+ - Added empty "awake" function for non-threaded dll's
+ in Linux (STR #1715)
- Changing the window size in FLUID would not mark the
project as modified (STR #1751)
- Fixed fl_filename_isdir for "/"-path (STR #1761)
diff --git a/src/Fl_lock.cxx b/src/Fl_lock.cxx
index 1f014dbfe..a7be4c308 100644
--- a/src/Fl_lock.cxx
+++ b/src/Fl_lock.cxx
@@ -348,6 +348,9 @@ void unlock_ring() {
void lock_ring() {
}
+void Fl::awake(void*) {
+}
+
#endif // WIN32
//