From 99fa2a2ddbb0258c9890781067ea65e0dc6f70a0 Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Mon, 24 Jan 2000 14:52:12 +0000 Subject: [PATCH] Added a member for the Canonical pixel scale - cross platform. r=rods b=24405 git-svn-id: svn://10.0.0.236/trunk@58471 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/public/nsDeviceContext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/gfx/public/nsDeviceContext.h b/mozilla/gfx/public/nsDeviceContext.h index 13a68ba09d8..c2588dfd4f6 100644 --- a/mozilla/gfx/public/nsDeviceContext.h +++ b/mozilla/gfx/public/nsDeviceContext.h @@ -110,6 +110,7 @@ protected: nsIImageRequest* mIcons[NS_NUMBER_OF_ICONS]; nsHashtable* mFontAliasTable; IL_ColorSpace* mColorSpace; + float mCPixelScale; public: nsNativeWidget mWidget;