altos/telelco-v3.0: Fix up search UI
[fw/altos] / src / draw / ao_draw.h
index 74d5dc09e654fc53a525d038a95244d23ecfb495..6b0bc2cefe72e19a0c3246c3b42d390110c2a30d 100644 (file)
@@ -160,12 +160,12 @@ ao_poly(struct ao_bitmap          *dst,
        uint32_t                        fill,
        uint8_t                         rop);
 
-void
+int16_t
 ao_text(struct ao_bitmap       *dst,
        const struct ao_font    *font,
        int16_t                 x,
        int16_t                 y,
-       char                    *string,
+       const char              *string,
        uint32_t                fill,
        uint8_t                 rop);