diff options
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/cairo/cairo_cairo.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/canvas/source/cairo/cairo_cairo.hxx b/canvas/source/cairo/cairo_cairo.hxx index 043ff32497ec..fa5f11c5f2ea 100644 --- a/canvas/source/cairo/cairo_cairo.hxx +++ b/canvas/source/cairo/cairo_cairo.hxx @@ -37,6 +37,7 @@ namespace cairo { mpDisplay( NULL ), mhDrawable( 0 ), mpSysData( NULL ), + mpRenderFormat( NULL ), mbFreePixmap( false ), mnRefCount( 1 ) { @@ -76,6 +77,11 @@ namespace cairo { { return mpRenderFormat; } + + // use only for surfaces made on X Drawables + void Resize( int width, int height ); + + int getDepth(); }; } |