Changeset 5bded44 in mainline for uspace/app/gfxdemo/gfxdemo.c


Ignore:
Timestamp:
2019-12-11T01:05:44Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fbdc3d
Parents:
5fae123
git-author:
Jiri Svoboda <jiri@…> (2019-12-10 18:05:40)
git-committer:
Jiri Svoboda <jiri@…> (2019-12-11 01:05:44)
Message:

Should get command line back after terminal/gfxdemo starts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/gfxdemo/gfxdemo.c

    r5fae123 r5bded44  
    4747#include <stdlib.h>
    4848#include <str.h>
     49#include <task.h>
    4950#include <window.h>
    5051
     
    437438        gc = canvas_gc_get_ctx(cgc);
    438439
     440        task_retval(0);
     441
    439442        rc = demo_loop(gc, 400, 300);
    440443        if (rc != EOK)
     
    475478                return rc;
    476479        }
     480
     481        task_retval(0);
    477482
    478483        rc = demo_loop(gc, 400, 300);
Note: See TracChangeset for help on using the changeset viewer.