diff options
| author | Miguel <m.i@gmx.at> | 2018-10-19 02:41:53 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-19 02:41:53 +0200 |
| commit | 45ce8728224caa44d31dca3117992b193fa3cd98 (patch) | |
| tree | 8d37cfe273e9feeb8376b6205abe29c995e40ac2 /userspace/pain2.c | |
| parent | 9bfd9fb6a7c568b56a5ef525a2b76351780bae66 (diff) | |
window manager continued
Diffstat (limited to 'userspace/pain2.c')
| -rw-r--r-- | userspace/pain2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/pain2.c b/userspace/pain2.c index 3c62463..50dc716 100644 --- a/userspace/pain2.c +++ b/userspace/pain2.c @@ -33,14 +33,14 @@ int main(int argc,char **argv) { put_rect(0,0,640,480,0xff0000); put_rect(i,i,100,100,0x0000ff); - _gui_rect(); + _gui_inval(0,0,640,400); } for(int i=380;i>0;i-=80) { put_rect(0,0,640,480,0xff0000); put_rect(i,i,100,100,0x0000ff); - _gui_rect(); + _gui_inval(0,0,640,400); } } |
