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