Fix wxX11 build with --disable-graphics_ctx build option.
Add missing #if wxUSE_CAIRO checks. Closes https://github.com/wxWidgets/wxWidgets/pull/1472
This commit is contained in:
@@ -107,8 +107,9 @@ public:
|
||||
WXWindow GetX11Window() const { return m_x11window; }
|
||||
|
||||
virtual void ComputeScaleAndOrigin();
|
||||
|
||||
#if wxUSE_CAIRO
|
||||
virtual void* GetCairoContext() const wxOVERRIDE;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
// implementation
|
||||
|
Reference in New Issue
Block a user