/[rdesktop]/sourceforge.net/trunk/rdesktop/orders.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/orders.c

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

revision 16 by matty, Thu Sep 28 05:27:25 2000 UTC revision 17 by matty, Thu Sep 28 15:54:11 2000 UTC
# Line 618  static void process_text2(STREAM s, TEXT Line 618  static void process_text2(STREAM s, TEXT
618                  cache_put_text(os->text[os->length+1], os->text, os->length);                  cache_put_text(os->text[os->length+1], os->text, os->length);
619          }          }
620    
621          ui_draw_text(os->font, os->flags, os->mixmode,          ui_draw_text(os->font, os->flags, os->mixmode, os->x, os->y,
622                          os->x, os->y, os->boxleft, os->boxtop,                          os->clipleft, os->cliptop,
623                            os->clipright - os->clipleft,
624                            os->clipbottom - os->cliptop,
625                            os->boxleft, os->boxtop,
626                          os->boxright - os->boxleft,                          os->boxright - os->boxleft,
627                          os->boxbottom - os->boxtop,                          os->boxbottom - os->boxtop,
628                          os->bgcolour, os->fgcolour, os->text, os->length);                          os->bgcolour, os->fgcolour, os->text, os->length);

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26