Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/congfx/private/console.h

    r7470d97 rbea947f  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2019 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3939
    4040#include <gfx/context.h>
    41 #include <io/charfield.h>
    4241#include <io/console.h>
    4342#include <io/pixel.h>
     
    5554        /** Console bounding rectangle */
    5655        gfx_rect_t rect;
    57         /** Clipping rectangle */
    58         gfx_rect_t clip_rect;
    5956        /** File for printing characters */
    6057        FILE *fout;
    6158        /** Current drawing color */
    6259        pixel_t clr;
    63         /** Shared console buffer */
    64         charfield_t *buf;
    6560};
    6661
Note: See TracChangeset for help on using the changeset viewer.