altos/draw: Use float for polygon coords
[fw/altos] / src / draw / ao_draw.h
index 43301cafbcb1632c3d1a5fc7065414e03d668e7b..8d487a9975e57658ae0a602e0958a401c55a5035 100644 (file)
@@ -27,7 +27,7 @@ struct ao_bitmap {
 };
 
 struct ao_coord {
-       int16_t         x, y;
+       float   x, y;
 };
 
 struct ao_pattern {