Fixes descriptive comment of the mapped_to_retina_ class variable.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2015-08-09 12:56:24 +00:00
parent cc36ab53b3
commit e9888e09c5
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ public:
private:
#if FLTK_ABI_VERSION >= 10304
CGRect* subRect_; // makes sure subwindow remains inside its parent window
// stores 2 binary flags: whether window is mapped to retina display; whether resolution just changed
// stores 3 binary flags: whether window is mapped to retina display; whether resolution just changed;
// whether window is OpenGL and is currently being resized.
unsigned mapped_to_retina_;
#else
bool subwindow; // for ABI compatibility, useless with true subwindows