summaryrefslogtreecommitdiff
path: root/vcl/inc/salinst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/salinst.hxx')
-rw-r--r--vcl/inc/salinst.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx
index b20448f3e7bf..033e739468dc 100644
--- a/vcl/inc/salinst.hxx
+++ b/vcl/inc/salinst.hxx
@@ -62,6 +62,8 @@ enum class SalFrameStyleFlags;
enum SalYieldResult { EVENT, TIMEOUT };
+typedef struct _cairo_font_options cairo_font_options_t;
+
class VCL_PLUGIN_PUBLIC SalInstance
{
private:
@@ -178,6 +180,8 @@ public:
/// get information about underlying versions
virtual OUString getOSVersion() { return OUString("-"); }
+
+ virtual const cairo_font_options_t* GetCairoFontOptions() { return nullptr; }
};
// called from SVMain