/[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 1473 by astrand, Fri Mar 7 11:27:12 2008 UTC revision 1474 by jsorg71, Fri Jul 11 03:35:24 2008 UTC
# Line 44  void cache_put_desktop(uint32 offset, in Line 44  void cache_put_desktop(uint32 offset, in
44                         uint8 * data);                         uint8 * data);
45  RD_HCURSOR cache_get_cursor(uint16 cache_idx);  RD_HCURSOR cache_get_cursor(uint16 cache_idx);
46  void cache_put_cursor(uint16 cache_idx, RD_HCURSOR cursor);  void cache_put_cursor(uint16 cache_idx, RD_HCURSOR cursor);
47    BRUSHDATA * cache_get_brush_data(uint16 cache_idx);
48    void cache_put_brush_data(uint16 cache_idx, BRUSHDATA * brush_data);
49  /* channels.c */  /* channels.c */
50  VCHANNEL *channel_register(char *name, uint32 flags, void (*callback) (STREAM));  VCHANNEL *channel_register(char *name, uint32 flags, void (*callback) (STREAM));
51  STREAM channel_init(VCHANNEL * channel, uint32 length);  STREAM channel_init(VCHANNEL * channel, uint32 length);

Legend:
Removed from v.1473  
changed lines
  Added in v.1474

  ViewVC Help
Powered by ViewVC 1.1.26