diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 82680d4db..447b37478 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -1861,7 +1861,8 @@ void Fl::get_mouse(int &x, int &y) /* - * Gets called when a window is created or resized + * Gets called when a window is created or resized, or moved into/out a retina display + * (with Mac OS 10.11 also when deminiaturized) */ static void handleUpdateEvent( Fl_Window *window ) { |
