summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/a11y/atkimage.cxx
AgeCommit message (Collapse)Author
2024-03-24Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann
Change-Id: I12014c46bf4a22232c8739166effc42756e97dce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165252 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2022-02-23gtk3 a11y: Replace deprecated atk_component_get_position in atkimageMichael Weghorn
'atk_component_get_position' is deprecated since ATK 2.12 and 'atk_component_get_extents' should be used instead, which also returns the width and the height (that we don't need here). [1] https://docs.gtk.org/atk/method.Component.get_position.html Change-Id: I8c49cc6942406051bca1fcdfa4ca0bfc8d326911 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130333 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2021-05-10rename to remove the gtk3 prefixCaolán McNamara
Change-Id: I219798ed42aff11d09fd45c26ca1a018c2d22c08 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115239 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>