draw red rectangle for now
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@21 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
376cef244b
commit
052b10d097
1 changed files with 3 additions and 0 deletions
|
|
@ -7,10 +7,13 @@ static void draw(MilskoWidget handle) {
|
|||
|
||||
p[0].x = 0;
|
||||
p[0].y = 0;
|
||||
|
||||
p[1].x = MilskoGetInteger(handle, MilskoNwidth);
|
||||
p[1].y = 0;
|
||||
|
||||
p[2].x = MilskoGetInteger(handle, MilskoNwidth);
|
||||
p[2].y = MilskoGetInteger(handle, MilskoNheight);
|
||||
|
||||
p[3].x = 0;
|
||||
p[3].y = MilskoGetInteger(handle, MilskoNheight);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue