defer dc screen grab until blit
This commit is contained in:
committed by
Vadim Zeitlin
parent
694decea6e
commit
cc01fbc3c0
@@ -17,9 +17,11 @@ public:
|
||||
|
||||
~wxScreenDCImpl();
|
||||
|
||||
protected:
|
||||
virtual void DoGetSize(int *width, int *height) const wxOVERRIDE;
|
||||
virtual bool DoGetPixel(wxCoord x, wxCoord y, wxColour *col) const;
|
||||
|
||||
private:
|
||||
QImage *GetQImage();
|
||||
|
||||
wxDECLARE_ABSTRACT_CLASS(wxScreenDCImpl);
|
||||
};
|
||||
|
Reference in New Issue
Block a user