summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-xbm.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-09-19 21:00:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-09-19 21:00:52 +0000
commit944334da7f0d71f4879362d80be91b4a58c1f416 (patch)
tree4c469a67711bc383be4a782b356ecc7803fbb042 /gdk-pixbuf/io-xbm.c
parent3f5ad7890fa10ec4811e9e1add99e131f1728524 (diff)
downloadgtk+-944334da7f0d71f4879362d80be91b4a58c1f416.tar.gz
Remove the _-prefix from gdk_pixbuf_set_option and
gdk_pixbuf_non_anim_new again.
Diffstat (limited to 'gdk-pixbuf/io-xbm.c')
-rw-r--r--gdk-pixbuf/io-xbm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/io-xbm.c b/gdk-pixbuf/io-xbm.c
index 9389516706..0ec63755be 100644
--- a/gdk-pixbuf/io-xbm.c
+++ b/gdk-pixbuf/io-xbm.c
@@ -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);