Changes in uspace/lib/congfx/private/console.h [7470d97:bea947f] in mainline
- File:
-
- 1 edited
-
uspace/lib/congfx/private/console.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/congfx/private/console.h
r7470d97 rbea947f 1 1 /* 2 * Copyright (c) 20 21Jiri Svoboda2 * Copyright (c) 2019 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 39 39 40 40 #include <gfx/context.h> 41 #include <io/charfield.h>42 41 #include <io/console.h> 43 42 #include <io/pixel.h> … … 55 54 /** Console bounding rectangle */ 56 55 gfx_rect_t rect; 57 /** Clipping rectangle */58 gfx_rect_t clip_rect;59 56 /** File for printing characters */ 60 57 FILE *fout; 61 58 /** Current drawing color */ 62 59 pixel_t clr; 63 /** Shared console buffer */64 charfield_t *buf;65 60 }; 66 61
Note:
See TracChangeset
for help on using the changeset viewer.
