Ignore:
Timestamp:
2019-10-21T00:17:28Z (5 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/gfx/include/types/gfx/coord.h

    rd18f3b7 r1822545  
    4040#include <stdint.h>
    4141
     42typedef int gfx_coord_t;
     43
    4244typedef struct {
    43         int x;
    44         int y;
     45        gfx_coord_t x;
     46        gfx_coord_t y;
    4547} gfx_coord2_t;
    4648
Note: See TracChangeset for help on using the changeset viewer.