X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fc1a7137cccc829a34b3527c768db7d7ac83437..868a28262c40a7428d3991ca8a034674814bdb0a:/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