Kaydet (Commit) e152b756 authored tarafından Miklos Vajna's avatar Miklos Vajna

vcl: fix Android build

Change-Id: I31724cd56516e6112b66159f722188b228e2eab5
üst 676a7e99
......@@ -202,7 +202,7 @@ struct SystemGlyphData
int fallbacklevel;
};
#if ENABLE_CAIRO_CANVAS
#if ENABLE_CAIRO_CANVAS || defined(ANDROID)
struct SystemFontData
{
......
......@@ -443,7 +443,7 @@ public:
virtual SystemGraphicsData GetGraphicsData() const = 0;
#if ENABLE_CAIRO_CANVAS
#if ENABLE_CAIRO_CANVAS || defined(ANDROID)
/// Check whether cairo will work
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