X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32c66ea22e85a01e07b0ad15feb7358cd6df1de1..42cfaf8cd4464466398ed888cb2caa5ee360c7ef:/utils/ogl/src/mfutils.h diff --git a/utils/ogl/src/mfutils.h b/utils/ogl/src/mfutils.h index 00117940ee..e4b1c2c4fe 100644 --- a/utils/ogl/src/mfutils.h +++ b/utils/ogl/src/mfutils.h @@ -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