Changeset 552b69f in mainline for uspace/lib/ui/include/types/ui/ui.h


Ignore:
Timestamp:
2021-11-03T20:56:59Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1aa8c86
Parents:
ec8a1bf
Message:

Dual-mode applications should automatically fall back to console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/types/ui/ui.h

    rec8a1bf r552b69f  
    4343
    4444/** Use the default display service (argument to ui_create()) */
    45 #define UI_DISPLAY_DEFAULT NULL
     45#define UI_DISPLAY_DEFAULT "disp@"
    4646/** Use the default console service (argument to ui_create()) */
    4747#define UI_CONSOLE_DEFAULT "cons@"
     48/** Use any available service (argument to ui_create()) */
     49#define UI_ANY_DEFAULT "@"
    4850/** Use dummy output (argument to ui_create()) */
    4951#define UI_DISPLAY_NULL "null@"
     
    5759        /** Console */
    5860        ui_ws_console,
     61        /** Any non-dummy output backend */
     62        ui_ws_any,
    5963        /** Dummy output */
    6064        ui_ws_null
Note: See TracChangeset for help on using the changeset viewer.