diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 16:43:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-20 21:01:56 +0200 |
commit | 67af9b07bcbb98686b80610ccdbae0f7aaa65ca2 (patch) | |
tree | 8f1826275ff283daf91f8cf7f3706d3efb923a65 /include/vcl/outdev.hxx | |
parent | 2c624a5d1a2608bf4c577d3c36c4ccae77a7f2af (diff) |
rename DrawFocusRect to InvertFocusRect
Change-Id: If7a951a3f5f68cebc7e7fedb810db74c99f94765
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114346
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index ce7d54e75689..0b5ad987a060 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -291,7 +291,7 @@ namespace vcl { typedef OutputDevice RenderContext; } -VCL_DLLPUBLIC void DrawFocusRect(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect); +VCL_DLLPUBLIC void InvertFocusRect(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect); typedef struct _cairo_surface cairo_surface_t; |