Changeset 1822545 in mainline for uspace/lib/congfx/src/console.c
- Timestamp:
- 2019-10-21T00:17:28Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b882c1f
- Parents:
- d18f3b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/congfx/src/console.c
rd18f3b7 r1822545 92 92 console_gc_t *cgc = (console_gc_t *) arg; 93 93 int rv; 94 int x, y;94 gfx_coord_t x, y; 95 95 96 96 // XXX We should handle p0.x > p1.x and p0.y > p1.y … … 191 191 console_gc_t *cgc = (console_gc_t *) arg; 192 192 console_gc_bitmap_t *cbm = NULL; 193 int w, h;193 gfx_coord_t w, h; 194 194 errno_t rc; 195 195 … … 250 250 { 251 251 console_gc_bitmap_t *cbm = (console_gc_bitmap_t *)bm; 252 int x, y;252 gfx_coord_t x, y; 253 253 int rv; 254 254 pixel_t clr;
Note:
See TracChangeset
for help on using the changeset viewer.