/[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 21 by matty, Mon Oct 16 08:44:48 2000 UTC
# Line 46  void licence_process(STREAM s); Line 46  void licence_process(STREAM s);
46  void rdp_out_unistr(STREAM s, char *string, int len);  void rdp_out_unistr(STREAM s, char *string, int len);
47  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1, uint16 param2);  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1, uint16 param2);
48  void rdp_main_loop(void);  void rdp_main_loop(void);
49  BOOL rdp_connect(char *server);  BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory);
50  void rdp_disconnect(void);  void rdp_disconnect(void);
51    
52  /* orders.c */  /* orders.c */
# 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, 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);
# Line 90  void ui_triblt(uint8 opcode, int x, int Line 90  void ui_triblt(uint8 opcode, int x, int
90  void ui_line(uint8 opcode, int startx, int starty, int endx, int endy, PEN *pen);  void ui_line(uint8 opcode, int startx, int starty, int endx, int endy, PEN *pen);
91  void ui_rect(int x, int y, int cx, int cy, int colour);  void ui_rect(int x, int y, int cx, int cy, int colour);
92  void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy, int bgcolour, int fgcolour);  void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy, int bgcolour, int fgcolour);
93  void ui_draw_text(uint8 font, uint8 flags, int mixmode, int x, int y, int boxx, int boxy, int boxcx, int boxcy, int bgcolour, int fgcolour, uint8 *text, uint8 length);  void ui_draw_text(uint8 font, uint8 flags, int mixmode, int x, int y, int clipx, int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy, int bgcolour, int fgcolour, uint8 *text, uint8 length);
94  void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy);  void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy);
95  void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy);  void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy);

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

  ViewVC Help
Powered by ViewVC 1.1.26