/[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 17 by matty, Thu Sep 28 15:54:11 2000 UTC
# Line 63  FONTGLYPH *cache_get_font(uint8 font, ui Line 63  FONTGLYPH *cache_get_font(uint8 font, ui
63  void cache_put_font(uint8 font, uint32 character, uint16 baseline, uint16 width, uint16 height, HGLYPH pixmap);  void cache_put_font(uint8 font, uint32 character, 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.17

  ViewVC Help
Powered by ViewVC 1.1.26