Changeset a047aaa in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2014-11-13T00:27:06Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9696b01
Parents:
7e3581e
Message:

barber: visual liveness indicator (using the barber pole animation and blink(1) LEDs)
refactor the LED support from vlaunch into barber

File:
1 edited

Legend:

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

    r7e3581e ra047aaa  
    355355        int rc = compositor(HID_INPUT, HID_COMPOSITOR_SERVER);
    356356        if (rc == EOK) {
     357                gui_start("/app/barber", HID_COMPOSITOR_SERVER);
    357358                gui_start("/app/vlaunch", HID_COMPOSITOR_SERVER);
    358359                gui_start("/app/vterm", HID_COMPOSITOR_SERVER);
Note: See TracChangeset for help on using the changeset viewer.