Changes in uspace/lib/ui/private/ui.h [252d03c:1ebcb791] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/ui.h
r252d03c r1ebcb791 39 39 40 40 #include <adt/list.h> 41 #include <gfx/coord.h> 41 42 #include <display.h> 42 43 #include <io/console.h> … … 54 55 /** Display */ 55 56 display_t *display; 57 /** UI rectangle (only used in fullscreen mode) */ 58 gfx_rect_t rect; 56 59 /** Output owned by UI, clean up when destroying UI */ 57 60 bool myoutput;
Note:
See TracChangeset
for help on using the changeset viewer.