1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/* * NAppGUI Cross-platform C SDK * 2015-2025 Francisco Garcia Collado * MIT Licence * https://nappgui.com/en/legal/license.html * * File: osimage.inl * */ /* Images */ #include "../draw2d.ixx" #include <sewer/nowarn.hxx> #include <gdk-pixbuf/gdk-pixbuf.h> #include <sewer/warn.hxx> __EXTERN_C const GdkPixbuf *_osimage_pixbuf(const OSImage *image, const uint32_t frame_index); __END_C