Changeset 252d03c in mainline for uspace/lib/ui/private/ui.h
- Timestamp:
- 2021-04-28T09:22:39Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7470d97
- Parents:
- de227aba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/ui.h
rde227aba r252d03c 38 38 #define _UI_PRIVATE_UI_H 39 39 40 #include <adt/list.h> 40 41 #include <display.h> 41 42 #include <io/console.h> … … 49 50 /** Console */ 50 51 console_ctrl_t *console; 52 /** Console GC */ 53 struct console_gc *cgc; 51 54 /** Display */ 52 55 display_t *display; … … 55 58 /** @c true if terminating */ 56 59 bool quit; 57 /** Root window (in fullscreen/console mode) */58 struct ui_window *root_wnd;60 /** Windows (in stacking order, ui_window_t) */ 61 list_t windows; 59 62 }; 60 63
Note:
See TracChangeset
for help on using the changeset viewer.