/[xforms]/xforms/image/image_text.c
ViewVC logotype

Diff of /xforms/image/image_text.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.4 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 157  display_text(FL_IMAGE * im) Line 157  display_text(FL_IMAGE * im)
157    
158      for (t = im->text, tend = t + im->ntext; t < tend; t++)      for (t = im->text, tend = t + im->ntext; t < tend; t++)
159      {      {
160          fl_draw_text_inside(t->align,          fl_draw_text_inside(t->align,
161                              t->x + im->wxd - im->sxd -1,                              t->x + im->wxd - im->sxd -1,
162                              t->y + im->wyd - im->syd -1,                              t->y + im->wyd - im->syd -1,
163                              2, 2, t->str, t->len,                              2, 2, t->str, t->len,
164                              t->style, t->size, t->color, t->bcolor, !t->nobk,                              t->style, t->size, t->color, t->bcolor, !t->nobk,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26