converted most of X11 DC code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,14 +22,11 @@
|
||||
// wxDC
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxDC : public wxDCBase
|
||||
class WXDLLEXPORT wxX11DCImpl : public wxDCImpl
|
||||
{
|
||||
public:
|
||||
wxDC();
|
||||
virtual ~wxDC() { }
|
||||
|
||||
// implement base class pure virtuals
|
||||
// ----------------------------------
|
||||
wxX11DCImpl( wxDC *owner );
|
||||
virtual ~wxX11DCImpl() { }
|
||||
|
||||
virtual wxSize GetPPI() const;
|
||||
|
||||
@@ -49,7 +46,7 @@ protected:
|
||||
wxCoord YLOG2DEVREL(wxCoord y) const { return LogicalToDeviceYRel(y); }
|
||||
|
||||
private:
|
||||
DECLARE_ABSTRACT_CLASS(wxDC)
|
||||
DECLARE_CLASS(wxX11DCImpl)
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user