altos/draw: Add damage tracking
[fw/altos] / src / draw / ao_text.c
index cb1bc5abce72380b61af9026d7c15f6940370749..cc43b362cdde9e43d8d142e90fafe486e05e1cc5 100644 (file)
  * General Public License for more details.
  */
 
-#include "ao_draw.h"
-#include "ao_draw_int.h"
+#include <ao_draw.h>
+#include <ao_draw_int.h>
 #include "ao_font.h"
 #include <string.h>
 #include <stdio.h>
 
 void
-ao_text(const struct ao_bitmap *dst,
+ao_text(struct ao_bitmap       *dst,
        const struct ao_font    *font,
        int16_t                 x,
        int16_t                 y,