coord_t from uint16_t to int16_t

ugfx_release_2.6
Tectu 2012-08-20 20:43:39 +02:00
parent 7bfaea1ca9
commit f9dd7d52f4
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@
/** /**
* @brief The type for a coordinate or length on the screen. * @brief The type for a coordinate or length on the screen.
*/ */
typedef uint16_t coord_t; typedef int16_t coord_t;
/** /**
* @brief The type of a pixel. * @brief The type of a pixel.
*/ */