mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
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:
@@ -212,7 +212,8 @@ public:
|
|||||||
private:
|
private:
|
||||||
#if FLTK_ABI_VERSION >= 10304
|
#if FLTK_ABI_VERSION >= 10304
|
||||||
CGRect* subRect_; // makes sure subwindow remains inside its parent window
|
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_;
|
unsigned mapped_to_retina_;
|
||||||
#else
|
#else
|
||||||
bool subwindow; // for ABI compatibility, useless with true subwindows
|
bool subwindow; // for ABI compatibility, useless with true subwindows
|
||||||
|
|||||||
Reference in New Issue
Block a user