mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
Fl::wait() could block on WIN32 if the window was deleted via
Fl::delete_widget() (STR #679) src/Fl.cxx: - Post an application message when a window is hidden on WIN32. src/Fl_win32.cxx: - Change async select message to WM_APP + 1, and document our use of WM_APP. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4043 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
CHANGES IN FLTK 1.1.7
|
||||
|
||||
- Documentation fixes (STR #648, STR #692)
|
||||
- Fl::wait() could block on WIN32 if the window was
|
||||
deleted via Fl::delete_widget() (STR #679)
|
||||
- Fl_Preferences::RootNode did not find the user's home
|
||||
directory on some non-US versions of Windows (STR
|
||||
#720)
|
||||
|
||||
Reference in New Issue
Block a user