wxAnimationGTKImpl::GetFrame got lost somwhere
This commit is contained in:
parent
784f330838
commit
af4ca01148
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user