From: Sean E. <sea...@us...> - 2002-04-04 20:11:35
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv27801/src Modified Files: conversation.c Log Message: The words of the prophets are written on the subway walls and tenement halls. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.347 retrieving revision 1.348 diff -u -d -r1.347 -r1.348 --- conversation.c 3 Apr 2002 03:02:02 -0000 1.347 +++ conversation.c 4 Apr 2002 20:11:25 -0000 1.348 @@ -3252,11 +3252,13 @@ gdk_gc_set_clip_mask(gc, bm); gdk_gc_set_clip_origin(gc, gdk_pixbuf_frame_get_x_offset(frame) * - SCALE(c->anim)/gdk_pixbuf_get_width(scale), - gdk_pixbuf_frame_get_y_offset(frame)); + SCALE(c->anim)/gdk_pixbuf_animation_get_width(c->anim), + gdk_pixbuf_frame_get_y_offset(frame) * + SCALE(c->anim)/gdk_pixbuf_animation_get_height(c->anim)); gdk_draw_pixmap(pm, gc, src, 0, 0, gdk_pixbuf_frame_get_x_offset(frame)* - SCALE(c->anim)/gdk_pixbuf_get_width(scale), - gdk_pixbuf_frame_get_y_offset(frame),-1,-1); + SCALE(c->anim)/gdk_pixbuf_animation_get_width(c->anim), + gdk_pixbuf_frame_get_y_offset(frame) * + SCALE(c->anim)/gdk_pixbuf_animation_get_height(c->anim),-1,-1); gdk_pixmap_unref(src); if (bm) |