diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index bd4af96456aa..174987e51757 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -308,6 +308,8 @@ namespace vcl { typedef OutputDevice RenderContext; } +VCL_DLLPUBLIC void DrawFocusRect(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect, int nBorder = 1); + /** * Some things multiple-inherit from VclAbstractDialog and OutputDevice, * so we need to use virtual inheritance to keep the referencing counting |