Remove the _-prefix from gdk_pixbuf_set_option and
gdk_pixbuf_non_anim_new again.
This commit is contained in:
@ -298,9 +298,9 @@ gdk_pixbuf__xbm_image_load_real (FILE *f, XBMData *context, GError **error)
|
||||
if (x_hot != -1 && y_hot != -1) {
|
||||
gchar hot[10];
|
||||
g_snprintf (hot, 10, "%d", x_hot);
|
||||
_gdk_pixbuf_set_option (pixbuf, "x_hot", hot);
|
||||
gdk_pixbuf_set_option (pixbuf, "x_hot", hot);
|
||||
g_snprintf (hot, 10, "%d", y_hot);
|
||||
_gdk_pixbuf_set_option (pixbuf, "y_hot", hot);
|
||||
gdk_pixbuf_set_option (pixbuf, "y_hot", hot);
|
||||
}
|
||||
|
||||
pixels = gdk_pixbuf_get_pixels (pixbuf);
|
||||
|
||||
Reference in New Issue
Block a user