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/pain | |
| parent | 9bfd9fb6a7c568b56a5ef525a2b76351780bae66 (diff) | |
window manager continued
Diffstat (limited to 'userspace/pain')
| -rw-r--r-- | userspace/pain/pain1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/pain/pain1.c b/userspace/pain/pain1.c index a3fb03a..2c23000 100644 --- a/userspace/pain/pain1.c +++ b/userspace/pain/pain1.c @@ -192,7 +192,7 @@ int main(int argc, char **argv) _gui_win(); read_png_file(argv[1]); process_file(); - _gui_rect(); + _gui_inval(0,0,640,480); while(1); // write_png_file(argv[2]); |
