Changeset d55ab823 in mainline for uspace/app/uidemo/uidemo.c


Ignore:
Timestamp:
2020-11-07T16:16:01Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c772c4
Parents:
b71c0fc
Message:

Return task return code from ui_run()

File:
1 edited

Legend:

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

    rb71c0fc rd55ab823  
    3636#include <stdio.h>
    3737#include <str.h>
    38 #include <task.h>
    3938#include <ui/fixed.h>
    4039#include <ui/label.h>
     
    128127        demo.window = window;
    129128
    130         task_retval(0);
    131 
    132129        ui_res = ui_window_get_res(window);
    133130
Note: See TracChangeset for help on using the changeset viewer.