commit 6fb42cc

Michael Forney  ·  2014-01-01 01:04:48 +0000 UTC
parent 47c94eb
Style
1 files changed,  +4, -2
M wld.h
M wld.h
+4, -2
 1@@ -47,7 +47,8 @@ enum wld_format
 2 
 3 bool wld_lookup_named_color(const char * name, uint32_t * color);
 4 
 5-/* Font Handling */
 6+/**** Font Handling ****/
 7+
 8 struct wld_extents
 9 {
10     uint32_t advance;
11@@ -111,7 +112,8 @@ static inline void wld_font_text_extents_utf8(struct wld_font * font,
12     wld_font_text_extents_utf8_n(font, text, INT32_MAX, extents);
13 }
14 
15-/* Drawables */
16+/**** Drawables ****/
17+
18 struct wld_drawable
19 {
20     uint32_t width, height;