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

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

revision 17 by matty, Thu Sep 28 15:54:11 2000 UTC revision 20 by matty, Mon Oct 16 07:37:52 2000 UTC
# Line 60  BOOL bitmap_decompress(unsigned char *ou Line 60  BOOL bitmap_decompress(unsigned char *ou
60  HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);  HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx);
61  void cache_put_bitmap(uint8 cache_id, uint16 cache_idx, HBITMAP bitmap);  void cache_put_bitmap(uint8 cache_id, uint16 cache_idx, HBITMAP bitmap);
62  FONTGLYPH *cache_get_font(uint8 font, uint16 character);  FONTGLYPH *cache_get_font(uint8 font, uint16 character);
63  void cache_put_font(uint8 font, uint32 character, uint16 baseline, uint16 width, uint16 height, HGLYPH pixmap);  void cache_put_font(uint8 font, uint16 character, uint16 offset, uint16 baseline, uint16 width, uint16 height, HGLYPH pixmap);
64  DATABLOB *cache_get_text(uint8 cache_id);  DATABLOB *cache_get_text(uint8 cache_id);
65  void cache_put_text(uint8 cache_id, void *data, int length);  void cache_put_text(uint8 cache_id, void *data, int length);
66  uint8 *cache_get_desktop(uint32 offset, int cx, int cy);  uint8 *cache_get_desktop(uint32 offset, int cx, int cy);

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

  ViewVC Help
Powered by ViewVC 1.1.26