Kaydet (Commit) 0394d49a authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Revert "vcl: fix Android build"

"Cleanup crossplatform cairo" breaks Android and iOS.

This reverts commit e152b756.
üst 0b2c324d
...@@ -202,7 +202,7 @@ struct SystemGlyphData ...@@ -202,7 +202,7 @@ struct SystemGlyphData
int fallbacklevel; int fallbacklevel;
}; };
#if ENABLE_CAIRO_CANVAS || defined(ANDROID) #if ENABLE_CAIRO_CANVAS
struct SystemFontData struct SystemFontData
{ {
......
...@@ -443,7 +443,7 @@ public: ...@@ -443,7 +443,7 @@ public:
virtual SystemGraphicsData GetGraphicsData() const = 0; virtual SystemGraphicsData GetGraphicsData() const = 0;
#if ENABLE_CAIRO_CANVAS || defined(ANDROID) #if ENABLE_CAIRO_CANVAS
/// Check whether cairo will work /// Check whether cairo will work
virtual bool SupportsCairo() const = 0; virtual bool SupportsCairo() const = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment