/[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 1029 by astrand, Fri Nov 18 22:46:38 2005 UTC revision 1030 by astrand, Wed Nov 23 12:49:37 2005 UTC
# Line 2467  ui_draw_text(uint8 font, uint8 flags, ui Line 2467  ui_draw_text(uint8 font, uint8 flags, ui
2467                                          break;                                          break;
2468                                  }                                  }
2469                                  entry = cache_get_text(text[i + 1]);                                  entry = cache_get_text(text[i + 1]);
2470                                  if (entry != NULL)                                  if (entry->data != NULL)
2471                                  {                                  {
2472                                          if ((((uint8 *) (entry->data))[1] ==                                          if ((((uint8 *) (entry->data))[1] ==
2473                                               0) && (!(flags & TEXT2_IMPLICIT_X)))                                               0) && (!(flags & TEXT2_IMPLICIT_X)))

Legend:
Removed from v.1029  
changed lines
  Added in v.1030

  ViewVC Help
Powered by ViewVC 1.1.26