altos/telelco-v3: Add logo to 'info' page
[fw/altos] / src / draw / ao_draw.h
index 74d5dc09e654fc53a525d038a95244d23ecfb495..7f1a413cd980be8ed87d10b0dcb9fce261194996 100644 (file)
@@ -160,15 +160,21 @@ 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);
 
+void
+ao_logo_poly(struct ao_bitmap          *dst,
+            const struct ao_transform  *transform,
+            uint32_t                   fill,
+            uint8_t                    rop);
+
 void
 ao_logo(struct ao_bitmap               *dst,
        const struct ao_transform       *transform,