CVS: rdesktop/uiports svgawin.c,1.2,1.3 svgardesktopbuild.sh,1.1,NONE
Jay Sorg <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop/uiports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1896
Modified Files:
svgawin.c
Removed Files:
svgardesktopbuild.sh
Log Message:
remove svqardesktopbuild.sh
Index: svgawin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/uiports/svgawin.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** svgawin.c 7 Feb 2005 00:54:10 -0000 1.2
--- svgawin.c 13 Mar 2005 02:53:56 -0000 1.3
***************
*** 1191,1198 ****
/*****************************************************************************/
! 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)
{
--- 1191,1198 ----
/*****************************************************************************/
! void ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode,
int x, int y,
int clipx, int clipy, int clipcx, int clipcy,
! int boxx, int boxy, int boxcx, int boxcy, BRUSH * brush,
int bgcolour, int fgcolour, uint8* text, uint8 length)
{
***************
*** 1635,1638 ****
--- 1635,1656 ----
/*****************************************************************************/
+ void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints,
+ BRUSH * brush, int bgcolour, int fgcolour)
+ {
+ }
+
+ /*****************************************************************************/
+ void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen)
+ {
+ }
+
+ /*****************************************************************************/
+ void ui_ellipse(uint8 opcode, uint8 fillmode,
+ int x, int y, int cx, int cy,
+ BRUSH * brush, int bgcolour, int fgcolour)
+ {
+ }
+
+ /*****************************************************************************/
void generate_random(uint8* random)
{
--- svgardesktopbuild.sh DELETED ---
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click