Changeset 77ffa01 in mainline for uspace/lib/ui/include/types/ui/ui.h


Ignore:
Timestamp:
2021-02-27T21:34:15Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c7dc8e
Parents:
b433f68
Message:

Allow UI to run in the console

Note that everything is way too large.

File:
1 edited

Legend:

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

    rb433f68 r77ffa01  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    4545#define UI_DISPLAY_DEFAULT NULL
    4646
     47/** Window system */
     48typedef enum {
     49        /** Unknown */
     50        ui_ws_unknown,
     51        /** Display service */
     52        ui_ws_display,
     53        /** Console */
     54        ui_ws_console
     55} ui_winsys_t;
     56
    4757#endif
    4858
Note: See TracChangeset for help on using the changeset viewer.