/[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 830 by jdmeijer, Tue Mar 8 00:23:02 2005 UTC revision 905 by jdmeijer, Fri May 20 22:09:32 2005 UTC
# Line 100  void rdp_out_unistr(STREAM s, char *stri Line 100  void rdp_out_unistr(STREAM s, char *stri
100  int rdp_in_unistr(STREAM s, char *string, int uni_len);  int rdp_in_unistr(STREAM s, char *string, int uni_len);
101  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,  void rdp_send_input(uint32 time, uint16 message_type, uint16 device_flags, uint16 param1,
102                      uint16 param2);                      uint16 param2);
103    void rdp_send_client_window_status(int status);
104  void process_colour_pointer_pdu(STREAM s);  void process_colour_pointer_pdu(STREAM s);
105  void process_cached_pointer_pdu(STREAM s);  void process_cached_pointer_pdu(STREAM s);
106  void process_system_pointer_pdu(STREAM s);  void process_system_pointer_pdu(STREAM s);
# Line 211  void ui_triblt(uint8 opcode, int x, int Line 212  void ui_triblt(uint8 opcode, int x, int
212                 BRUSH * brush, int bgcolour, int fgcolour);                 BRUSH * brush, int bgcolour, int fgcolour);
213  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);
214  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);
215    void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints, BRUSH * brush,
216                    int bgcolour, int fgcolour);
217    void ui_polyline(uint8 opcode, POINT * point, int npoints, PEN * pen);
218    void ui_ellipse(uint8 opcode, uint8 fillmode, int x, int y, int cx, int cy, BRUSH * brush,
219                    int bgcolour, int fgcolour);
220  void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy,  void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy,
221                     int bgcolour, int fgcolour);                     int bgcolour, int fgcolour);
222  void ui_draw_text(uint8 font, uint8 flags, int mixmode, int x, int y, int clipx, int clipy,  void ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode, int x, int y,
223                    int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy, int bgcolour,                    int clipx, int clipy, int clipcx, int clipcy, int boxx, int boxy,
224                    int fgcolour, uint8 * text, uint8 length);                    int boxcx, int boxcy, BRUSH * brush, int bgcolour, int fgcolour,
225                      uint8 * text, uint8 length);
226  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);
227  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.830  
changed lines
  Added in v.905

  ViewVC Help
Powered by ViewVC 1.1.26