Changeset 552b69f in mainline for uspace/lib/ui/include/types/ui/ui.h
- Timestamp:
- 2021-11-03T20:56:59Z (19 months ago)
- Branches:
- master, serial
- Children:
- 1aa8c86
- Parents:
- ec8a1bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/ui.h
rec8a1bf r552b69f 43 43 44 44 /** Use the default display service (argument to ui_create()) */ 45 #define UI_DISPLAY_DEFAULT NULL45 #define UI_DISPLAY_DEFAULT "disp@" 46 46 /** Use the default console service (argument to ui_create()) */ 47 47 #define UI_CONSOLE_DEFAULT "cons@" 48 /** Use any available service (argument to ui_create()) */ 49 #define UI_ANY_DEFAULT "@" 48 50 /** Use dummy output (argument to ui_create()) */ 49 51 #define UI_DISPLAY_NULL "null@" … … 57 59 /** Console */ 58 60 ui_ws_console, 61 /** Any non-dummy output backend */ 62 ui_ws_any, 59 63 /** Dummy output */ 60 64 ui_ws_null
Note: See TracChangeset
for help on using the changeset viewer.