mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
SDraw -> uppsrc/Painter
git-svn-id: svn://ultimatepp.org/upp/trunk@744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4bde0b77ff
commit
d2dfad42c6
70 changed files with 31 additions and 22575 deletions
|
|
@ -29,7 +29,7 @@ void AddRect(Cairo &c, double size)
|
|||
c.Restore();
|
||||
}
|
||||
|
||||
void DoRect(SDraw &sw, double size)
|
||||
void DoRect(Painter &sw, double size)
|
||||
{
|
||||
if(size < 1)
|
||||
return;
|
||||
|
|
@ -53,7 +53,7 @@ void DoRect(SDraw &sw, double size)
|
|||
sw.End();
|
||||
}
|
||||
|
||||
void DrawPythagorasTree(Size sz, SDraw *sw, Cairo *ca)
|
||||
void DrawPythagorasTree(Size sz, Painter *sw, Cairo *ca)
|
||||
{
|
||||
double size = 128;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue