diff view/View.h @ 956:092de22db207 osx-retina

Make Retina layer rendering selectable in settings
author Chris Cannam
date Wed, 29 Apr 2015 13:28:44 +0100
parents b1aa74ce697e
children 0be17aafa935
line wrap: on
line diff
--- a/view/View.h	Wed Apr 29 13:08:17 2015 +0100
+++ b/view/View.h	Wed Apr 29 13:28:44 2015 +0100
@@ -426,6 +426,8 @@
     void checkProgress(void *object);
     int getProgressBarWidth() const; // if visible
 
+    int effectiveDevicePixelRatio() const;
+
     sv_frame_t          m_centreFrame;
     int                 m_zoomLevel;
     bool                m_followPan;