]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/mfutils.h
Added SetFont to most controls and controls sample
[wxWidgets.git] / utils / ogl / src / mfutils.h
index 00117940eee8771e9d9df965bf314965c79a52c0..e4b1c2c4fe9bfbc676436c590bcef470d157cc68 100644 (file)
@@ -183,15 +183,15 @@ class wxMetaRecord: public wxObject
 class wxXMetaFile: public wxObject
 {
  public:
-  float lastX;
-  float lastY;
+  double lastX;
+  double lastY;
   bool ok;
 
-  float left;
-  float top;
-  float right;
-  float bottom;
-  
+  double left;
+  double top;
+  double right;
+  double bottom;
+
   wxList metaRecords;
   wxList gdiObjects; // List of wxMetaRecord objects created with Create...,
                      // referenced by position in list by SelectObject