Changeset 1822545 in mainline for uspace/srv/hid/display/output.c


Ignore:
Timestamp:
2019-10-21T00:17:28Z (4 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/srv/hid/display/output.c

    rd18f3b7 r1822545  
    4949        surface_t *surface = NULL;
    5050        canvas_t *canvas = NULL;
    51         int vw, vh;
     51        gfx_coord_t vw, vh;
    5252        errno_t rc;
    5353
Note: See TracChangeset for help on using the changeset viewer.