loplugin:staticmethods
Change-Id: Iad54f114c6443950af4341e1d40dd7dcca9fb8d7
This commit is contained in:
@@ -284,7 +284,7 @@ public:
|
||||
void YieldGraphicsExpose();
|
||||
|
||||
cairo_t* getCairoContext();
|
||||
void releaseCairoContext(cairo_t* cr);
|
||||
static void releaseCairoContext(cairo_t* cr);
|
||||
|
||||
|
||||
// do XCopyArea or XGet/PutImage depending on screen numbers
|
||||
|
@@ -121,7 +121,7 @@ size_t X11CairoTextRender::GetHeight() const
|
||||
|
||||
void X11CairoTextRender::releaseCairoContext(cairo_t* cr)
|
||||
{
|
||||
mrParent.releaseCairoContext(cr);
|
||||
X11SalGraphics::releaseCairoContext(cr);
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user