Changeset 1822545 in mainline for uspace/lib/congfx/src/console.c


Ignore:
Timestamp:
2019-10-21T00:17:28Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b882c1f
Parents:
d18f3b7
Message:

Add typedef for scalar coordinate

Because today I feel like adding it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/congfx/src/console.c

    rd18f3b7 r1822545  
    9292        console_gc_t *cgc = (console_gc_t *) arg;
    9393        int rv;
    94         int x, y;
     94        gfx_coord_t x, y;
    9595
    9696        // XXX We should handle p0.x > p1.x and p0.y > p1.y
     
    191191        console_gc_t *cgc = (console_gc_t *) arg;
    192192        console_gc_bitmap_t *cbm = NULL;
    193         int w, h;
     193        gfx_coord_t w, h;
    194194        errno_t rc;
    195195
     
    250250{
    251251        console_gc_bitmap_t *cbm = (console_gc_bitmap_t *)bm;
    252         int x, y;
     252        gfx_coord_t x, y;
    253253        int rv;
    254254        pixel_t clr;
Note: See TracChangeset for help on using the changeset viewer.