/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.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/xwin.c

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

revision 281 by jsorg71, Mon Dec 2 22:57:47 2002 UTC revision 286 by jsorg71, Mon Dec 23 18:40:03 2002 UTC
# Line 1279  ui_draw_text(uint8 font, uint8 flags, in Line 1279  ui_draw_text(uint8 font, uint8 flags, in
1279                                                  else                                                  else
1280                                                          x += text[i + 2];                                                          x += text[i + 2];
1281                                          }                                          }
                                         if (i + 2 < length)  
                                                 i += 3;  
                                         else  
                                                 i += 2;  
                                         length -= i;  
                                         /* this will move pointer from start to first character after FE command */  
                                         text = &(text[i]);  
                                         i = 0;  
1282                                          for (j = 0; j < entry->size; j++)                                          for (j = 0; j < entry->size; j++)
1283                                                  DO_GLYPH(((uint8 *) (entry->data)), j);                                                  DO_GLYPH(((uint8 *) (entry->data)), j);
1284                                  }                                  }
1285                                    if (i + 2 < length)
1286                                            i += 3;
1287                                    else
1288                                            i += 2;
1289                                    length -= i;
1290                                    /* this will move pointer from start to first character after FE command */
1291                                    text = &(text[i]);
1292                                    i = 0;
1293                                  break;                                  break;
1294    
1295                          default:                          default:

Legend:
Removed from v.281  
changed lines
  Added in v.286

  ViewVC Help
Powered by ViewVC 1.1.26