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

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

revision 963 by astrand, Wed Aug 3 10:56:16 2005 UTC revision 1293 by astrand, Wed Oct 11 17:56:05 2006 UTC
# Line 282  cache_get_font(uint8 font, uint16 charac Line 282  cache_get_font(uint8 font, uint16 charac
282          if ((font < NUM_ELEMENTS(g_fontcache)) && (character < NUM_ELEMENTS(g_fontcache[0])))          if ((font < NUM_ELEMENTS(g_fontcache)) && (character < NUM_ELEMENTS(g_fontcache[0])))
283          {          {
284                  glyph = &g_fontcache[font][character];                  glyph = &g_fontcache[font][character];
285                  if (glyph->pixmap != NULL)                  if (glyph->pixmap != NULL) {
286                            //printf("glyph:%p\n", glyph);
287                          return glyph;                          return glyph;
288                    }
289          }          }
290    
291          error("get font %d:%d\n", font, character);          error("get font %d:%d\n", font, character);

Legend:
Removed from v.963  
changed lines
  Added in v.1293

  ViewVC Help
Powered by ViewVC 1.1.26