diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:01:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:01:12 +0000 |
commit | cff3fe8d925e10b2e261023a783a1ba03877ffa9 (patch) | |
tree | 2c3f5a1d8339adf33ea869a14d28fc2ceccccb4c | |
parent | 20a7d7aa200c851d150ee1761111f9364784c4dd (diff) |
INTEGRATION: CWS thbpp10 (1.4.40); FILE MERGED
2008/01/14 15:54:21 thb 1.4.40.1: #i84049# Checking for render existence - patch courtesy jnavrati
-rw-r--r-- | canvas/source/cairo/cairo_cairo.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/canvas/source/cairo/cairo_cairo.hxx b/canvas/source/cairo/cairo_cairo.hxx index 2be0510ed0a2..b00a1815a68c 100644 --- a/canvas/source/cairo/cairo_cairo.hxx +++ b/canvas/source/cairo/cairo_cairo.hxx @@ -3,6 +3,8 @@ namespace cairo { + bool HasXRender( const void* pSysData ); + #include <cairo.h> typedef cairo_t Cairo; |