Fix definition of datatype in GDS graphics type

This commit is contained in:
Mario Hüttel 2020-04-19 02:57:15 +02:00
parent 42f1636860
commit ba51a437a4
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ struct gds_graphics {
enum path_type path_render_type; /**< @brief Line cap */
int width_absolute; /**< @brief Width. Not used for objects other than paths */
int16_t layer; /**< @brief Layer the graphic object is on */
uint16_t datatype;
int16_t datatype; /**< @brief Data type of graphic object */
};
/**