summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/mac.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 31d23a83a..324a7bd00 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -129,6 +129,7 @@ public:
Fl_X *next; // linked tree to support subwindows
int wait_for_expose;
NSCursor *cursor;
+ bool mapped_to_retina; // true when window is mapped to a retina display
static Fl_X* first;
static Fl_X* i(const Fl_Window* w) {return w->i;}
static int fake_X_wm(const Fl_Window*,int&,int&,int&,int&,int&);