/[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 10 by matty, Tue Aug 15 10:23:24 2000 UTC revision 16 by matty, Thu Sep 28 07:04:14 2000 UTC
# Line 63  FONTGLYPH *cache_get_font(uint8 font, ui Line 63  FONTGLYPH *cache_get_font(uint8 font, ui
63  void cache_put_font(uint8 font, uint32 character, uint16 baseline, uint16 width, uint16 height, HGLYPH pixmap);  void cache_put_font(uint8 font, uint32 character, 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, uint32 length);  uint8 *cache_get_desktop(uint32 offset, int cx, int cy);
67  void cache_put_desktop(uint32 offset, uint32 length, uint8 *data);  void cache_put_desktop(uint32 offset, int cx, int cy, int scanline, uint8 *data);
68    
69  /* xwin.c */  /* xwin.c */
70  BOOL ui_create_window(char *title);  BOOL ui_create_window(char *title);

Legend:
Removed from v.10  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.26