added point_t struct

ugfx_release_2.6
Joel Bodenmann 2012-10-24 00:14:32 +02:00
parent 7c4472cd94
commit d1f9702173
1 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,11 @@
/* Type definitions */
/*===========================================================================*/
typedef struct _point_t {
coord_t x;
coord_t y;
} point_t;
/**
* @brief Type for the text justification.
*/