Changeset 28f8f6f2 in mainline


Ignore:
Timestamp:
2020-06-09T20:17:57Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afcf704
Parents:
bc492d5
Message:

Sleeping before launching GUI application seems no longer necessary

File:
1 edited

Legend:

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

    rbc492d5 r28f8f6f2  
    450450                rc = display_server();
    451451                if (rc == EOK) {
    452                         fibril_sleep(1);
    453452                        gui_start("/app/barber", DISPLAY_SVC);
    454453                        gui_start("/app/vlaunch", DISPLAY_SVC);
Note: See TracChangeset for help on using the changeset viewer.