/[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 4 by matty, Wed May 10 07:36:34 2000 UTC revision 6 by matty, Wed Jul 5 07:44:21 2000 UTC
# Line 74  BOOL mcs_io_data(STREAM s, MCS_DATA *dt, Line 74  BOOL mcs_io_data(STREAM s, MCS_DATA *dt,
74    
75  /* RDP layer */  /* RDP layer */
76  HCONN rdp_connect(char *server);  HCONN rdp_connect(char *server);
77    void rdp_main_loop(HCONN conn);
78  void process_orders(HCONN conn, RDP_ORDER_STATE *os);  void process_orders(HCONN conn, RDP_ORDER_STATE *os);
79  void rdp_establish_key(HCONN conn);  void rdp_establish_key(HCONN conn);
80  void rdp_send_cert(HCONN conn);  void rdp_send_cert(HCONN conn);
# Line 131  void *xrealloc(void *oldmem, int size); Line 132  void *xrealloc(void *oldmem, int size);
132  BOOL bitmap_decompress(unsigned char *input, int size,  BOOL bitmap_decompress(unsigned char *input, int size,
133                         unsigned char *output, int width);                         unsigned char *output, int width);
134    
135    /* User interface routines */
136    HWINDOW ui_create_window(int width, int height);
137    void ui_destroy_window(HWINDOW wnd);
138    HBITMAP ui_create_bitmap(HWINDOW wnd, int width, int height, uint8 *data);
139    void ui_destroy_bitmap(HBITMAP bmp);
140    void ui_paint_bitmap(HWINDOW wnd, HBITMAP bmp, int x, int y);
141    

Legend:
Removed from v.4  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26