declare GetGDKWindow() in wxDC to fix compilation of wxRendererNative
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,8 @@ public:
|
|||||||
virtual void StartPage() { }
|
virtual void StartPage() { }
|
||||||
virtual void EndPage() { }
|
virtual void EndPage() { }
|
||||||
|
|
||||||
|
virtual GdkWindow* GetGDKWindow() const { return NULL; }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// implementation
|
// implementation
|
||||||
wxCoord XDEV2LOG(wxCoord x) const { return DeviceToLogicalX(x); }
|
wxCoord XDEV2LOG(wxCoord x) const { return DeviceToLogicalX(x); }
|
||||||
|
Reference in New Issue
Block a user