/[rdesktop]/sourceforge.net/trunk/rdesktop/uiports/svgawin.c
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/uiports/svgawin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 811 by jsorg71, Mon Feb 7 00:54:10 2005 UTC revision 847 by jsorg71, Sun Mar 13 02:53:56 2005 UTC
# Line 1190  void draw_glyph (int x, int y, HGLYPH gl Line 1190  void draw_glyph (int x, int y, HGLYPH gl
1190  }  }
1191    
1192  /*****************************************************************************/  /*****************************************************************************/
1193  void ui_draw_text(uint8 font, uint8 flags, int mixmode,  void ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode,
1194                    int x, int y,                    int x, int y,
1195                    int clipx, int clipy, int clipcx, int clipcy,                    int clipx, int clipy, int clipcx, int clipcy,
1196                    int boxx, int boxy, int boxcx, int boxcy,                    int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush,
1197                    int bgcolour, int fgcolour, uint8* text, uint8 length)                    int bgcolour, int fgcolour, uint8* text, uint8 length)
1198  {  {
1199    int i;    int i;
# Line 1634  void ui_end_update(void) Line 1634  void ui_end_update(void)
1634  }  }
1635    
1636  /*****************************************************************************/  /*****************************************************************************/
1637    void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints,
1638                    BRUSH * brush, int bgcolour, int fgcolour)
1639    {
1640    }
1641    
1642    /*****************************************************************************/
1643    void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen)
1644    {
1645    }
1646    
1647    /*****************************************************************************/
1648    void ui_ellipse(uint8 opcode, uint8 fillmode,
1649                    int x, int y, int cx, int cy,
1650                    BRUSH * brush, int bgcolour, int fgcolour)
1651    {
1652    }
1653    
1654    /*****************************************************************************/
1655  void generate_random(uint8* random)  void generate_random(uint8* random)
1656  {  {
1657    memcpy(random, "12345678901234567890123456789012", 32);    memcpy(random, "12345678901234567890123456789012", 32);

Legend:
Removed from v.811  
changed lines
  Added in v.847

  ViewVC Help
Powered by ViewVC 1.1.26