commit 82330e0

Michael Forney  ·  2013-09-07 00:12:54 +0000 UTC
parent fc99add
Style
1 files changed,  +4, -4
M wld.h
M wld.h
+4, -4
 1@@ -153,10 +153,10 @@ void wld_draw_text_utf8_n(struct wld_drawable * drawable,
 2                           struct wld_extents * extents);
 3 
 4 static inline void wld_draw_text_utf8(struct wld_drawable * drawable,
 5-                        struct wld_font * font, uint32_t color,
 6-                        int32_t x, int32_t y,
 7-                        const char * text,
 8-                        struct wld_extents * extents)
 9+                                      struct wld_font * font, uint32_t color,
10+                                      int32_t x, int32_t y,
11+                                      const char * text,
12+                                      struct wld_extents * extents)
13 {
14     wld_draw_text_utf8_n(drawable, font, color, x, y, text, INT32_MAX, extents);
15 }