Enhancing RTSurface: 'surface' now private
This commit is contained in:
@@ -132,3 +132,8 @@ bool RTSurface::hasSurface() const
|
||||
{
|
||||
return surface ? true : false;
|
||||
}
|
||||
|
||||
const Cairo::RefPtr<Cairo::ImageSurface>& RTSurface::get() const
|
||||
{
|
||||
return surface;
|
||||
}
|
||||
|
Reference in New Issue
Block a user