added point_t struct
This commit is contained in:
parent
7c4472cd94
commit
d1f9702173
@ -118,6 +118,11 @@
|
||||
/* Type definitions */
|
||||
/*===========================================================================*/
|
||||
|
||||
typedef struct _point_t {
|
||||
coord_t x;
|
||||
coord_t y;
|
||||
} point_t;
|
||||
|
||||
/**
|
||||
* @brief Type for the text justification.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user