summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-xbm.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-09-17 22:52:44 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-09-17 22:52:44 +0000
commitde05395db28c67421702b0e4b2897de4cb41234f (patch)
tree41c550100308222702058c76ffd002532073fd6f /gdk-pixbuf/io-xbm.c
parent35f6255229a9cca94539c8fc86b637429b5ad4b9 (diff)
downloadgdk-pixbuf-de05395db28c67421702b0e4b2897de4cb41234f.tar.gz
_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all
* io-xpm.c, io-xbm.c, io-ico.c, io-ani.c, io-png.c, gdk-pixbuf.c, gdk-pixbuf-animation.c, gdk-pixbuf-loader.c, gdk-pixbuf-private.h: _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all callers.
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 0ec63755b..938951670 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);