Changeset 3d10a2f in mainline for uspace/lib/ui/include/types/ui/ui.h
- Timestamp:
- 2021-10-04T12:25:43Z (2 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update
- Children:
- cd981f2a, e0e1b3d
- Parents:
- 6d172f6
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-03 17:25:36)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-10-04 12:25:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/ui.h
r6d172f6 r3d10a2f 46 46 /** Use the default console service (argument to ui_create()) */ 47 47 #define UI_CONSOLE_DEFAULT "cons@" 48 /** Use dummy output (argument to ui_create()) */ 49 #define UI_DISPLAY_NULL "null@" 48 50 49 51 /** Window system */ … … 54 56 ui_ws_display, 55 57 /** Console */ 56 ui_ws_console 58 ui_ws_console, 59 /** Dummy output */ 60 ui_ws_null 57 61 } ui_winsys_t; 58 62
Note:
See TracChangeset
for help on using the changeset viewer.