ui/gtk/image.h

changeset 44
473954dc6b74
parent 32
e5f4d8af567e
equal deleted inserted replaced
43:ef01d2c90128 44:473954dc6b74
39 #define UI_SUPPORTS_SCALE 39 #define UI_SUPPORTS_SCALE
40 #endif 40 #endif
41 41
42 42
43 struct UiIcon { 43 struct UiIcon {
44 #if GTK_MAJOR_VERSION >= 4
45 GtkIconPaintable *info;
46 #else
44 GtkIconInfo *info; 47 GtkIconInfo *info;
48 #endif
45 GdkPixbuf *pixbuf; 49 GdkPixbuf *pixbuf;
46 }; 50 };
47 51
48 struct UiImage { 52 struct UiImage {
49 GdkPixbuf *pixbuf; 53 GdkPixbuf *pixbuf;

mercurial