/[rdesktop]/jpeg/rdesktop/trunk/pstcache.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 /jpeg/rdesktop/trunk/pstcache.c

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

revision 1475 by jsorg71, Fri Jul 11 03:51:23 2008 UTC revision 1478 by astrand, Fri Sep 26 11:32:43 2008 UTC
# Line 71  pstcache_load_bitmap(uint8 cache_id, uin Line 71  pstcache_load_bitmap(uint8 cache_id, uin
71          rd_read_file(fd, celldata, cellhdr.length);          rd_read_file(fd, celldata, cellhdr.length);
72    
73          bitmap = ui_create_bitmap(cellhdr.width, cellhdr.height, celldata);          bitmap = ui_create_bitmap(cellhdr.width, cellhdr.height, celldata);
74          DEBUG(("Load bitmap from disk: id=%d, idx=%d, bmp=0x%x)\n", cache_id, cache_idx, bitmap));          DEBUG(("Load bitmap from disk: id=%d, idx=%d, bmp=0x%x)\n", cache_id, cache_idx,
75                   (unsigned int) bitmap));
76          cache_put_bitmap(cache_id, cache_idx, bitmap);          cache_put_bitmap(cache_id, cache_idx, bitmap);
77    
78          xfree(celldata);          xfree(celldata);

Legend:
Removed from v.1475  
changed lines
  Added in v.1478

  ViewVC Help
Powered by ViewVC 1.1.26