/[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 831 by jdmeijer, Tue Mar 8 00:43:10 2005 UTC revision 843 by jdmeijer, Thu Mar 10 22:40:20 2005 UTC
# Line 217  void ui_ellipse(uint8 opcode, uint8 fill Line 217  void ui_ellipse(uint8 opcode, uint8 fill
217                  int bgcolour, int fgcolour);                  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, uint8 opcode, int mixmode, int x, int y,
221                    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,
222                    int fgcolour, uint8 * text, uint8 length);                    int boxcx, int boxcy, BRUSH * brush, int bgcolour, int fgcolour,
223                      uint8 * text, uint8 length);
224  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);
225  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.831  
changed lines
  Added in v.843

  ViewVC Help
Powered by ViewVC 1.1.26