From 6ad3a28cc535cc04853f3f3c1e738c10649402a3 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 17 Jul 2015 16:14:21 +0000 Subject: Comment for a change that appeared in Mac OS 10.11 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10793 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 ) { -- cgit v1.2.3