Ignore:
File:
1 edited

Legend:

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

    r552b69f r77ffa01  
    4242typedef struct ui ui_t;
    4343
    44 /** Use the default display service (argument to ui_create()) */
    45 #define UI_DISPLAY_DEFAULT "disp@"
    46 /** Use the default console service (argument to ui_create()) */
    47 #define UI_CONSOLE_DEFAULT "cons@"
    48 /** Use any available service (argument to ui_create()) */
    49 #define UI_ANY_DEFAULT "@"
    50 /** Use dummy output (argument to ui_create()) */
    51 #define UI_DISPLAY_NULL "null@"
     44/** Use the default display service (argument to ui_create() */
     45#define UI_DISPLAY_DEFAULT NULL
    5246
    5347/** Window system */
     
    5852        ui_ws_display,
    5953        /** Console */
    60         ui_ws_console,
    61         /** Any non-dummy output backend */
    62         ui_ws_any,
    63         /** Dummy output */
    64         ui_ws_null
     54        ui_ws_console
    6555} ui_winsys_t;
    6656
Note: See TracChangeset for help on using the changeset viewer.