Searched refs:anim_type (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp94 char anim_type[12]; local
98 strcpy(anim_type, "gif");
102 strcpy(anim_type, "ani");
106 anim_type[0] = '\0';
114 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error);
120 wxLogDebug(wxT("Could not create the loader for '%s' animation type"), anim_type);

Completed in 105 milliseconds