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


Ignore:
Timestamp:
2014-08-28T12:26:00Z (10 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
794e368
Parents:
2cc1ec0
Message:

Add a very simple font viewer application

File:
1 edited

Legend:

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

    r2cc1ec0 ra9763c6  
    356356                gui_start("/app/vlaunch", HID_COMPOSITOR_SERVER);
    357357                gui_start("/app/vterm", HID_COMPOSITOR_SERVER);
     358                task_spawnl(NULL, NULL, "/app/fontviewer", "/app/fontviewer", "comp:0/winreg", "/cu12.pcf", NULL);
    358359        }
    359360       
Note: See TracChangeset for help on using the changeset viewer.