/[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 831 by jdmeijer, Tue Mar 8 00:43:10 2005 UTC
# Line 211  void ui_triblt(uint8 opcode, int x, int Line 211  void ui_triblt(uint8 opcode, int x, int
211                 BRUSH * brush, int bgcolour, int fgcolour);                 BRUSH * brush, int bgcolour, int fgcolour);
212  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);
213  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);
214    void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints, BRUSH * brush,
215                    int bgcolour, int fgcolour);
216    void ui_ellipse(uint8 opcode, uint8 fillmode, int x, int y, int cx, int cy, BRUSH * brush,
217                    int bgcolour, int fgcolour);
218  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,
219                     int bgcolour, int fgcolour);                     int bgcolour, int fgcolour);
220  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, int mixmode, int x, int y, int clipx, int clipy,

Legend:
Removed from v.830  
changed lines
  Added in v.831

  ViewVC Help
Powered by ViewVC 1.1.26