From af4ca011482da5ae682a74e5ee639793cee92ba8 Mon Sep 17 00:00:00 2001 From: Robin Dunn <> Date: Thu, 2 Apr 2020 15:05:21 -0700 Subject: [PATCH] wxAnimationGTKImpl::GetFrame got lost somwhere --- src/gtk/animate.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gtk/animate.cpp b/src/gtk/animate.cpp index 9568139ea1..8a60886888 100644 --- a/src/gtk/animate.cpp +++ b/src/gtk/animate.cpp @@ -147,6 +147,11 @@ bool wxAnimationGTKImpl::Load(wxInputStream &stream, wxAnimationType type) return data_written; } +wxImage wxAnimationGTKImpl::GetFrame(unsigned int WXUNUSED(frame)) const +{ + return wxNullImage; +} + wxSize wxAnimationGTKImpl::GetSize() const { return wxSize(gdk_pixbuf_animation_get_width(m_pixbuf),