OGL improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user