Update of /cvsroot/libufo/ufo-0.5/include/ufo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19959/include/ufo
Modified Files:
ugraphics.hpp
Log Message:
Added {set,get}LineWidth to UGraphics.
Index: ugraphics.hpp
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/include/ufo/ugraphics.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ugraphics.hpp 16 Jul 2005 13:44:59 -0000 1.12
--- ugraphics.hpp 11 Oct 2005 19:16:13 -0000 1.13
***************
*** 167,170 ****
--- 167,172 ----
virtual URectangle getClipRect() const = 0;
+ virtual void setLineWidth(float width) = 0;
+ virtual float getLineWidth() const = 0;
public: //
/** Translates the coordinate system by the given x and y values. */
|