commit 93c2137
Michael Forney
·
2013-07-19 06:44:34 +0000 UTC
parent 8cfaf35
Fix indentation
1 files changed,
+1,
-1
M
intel.c
M
intel.c
+1,
-1
1@@ -49,7 +49,7 @@ _Static_assert(offsetof(struct intel_drawable, drm) == 0,
2 "Non-zero offset of base field");
3
4 static void intel_fill_rectangle(struct wld_drawable * drawable, uint32_t color,
5- pixman_rectangle16_t * rectangle);
6+ pixman_rectangle16_t * rectangle);
7 static void intel_draw_text_utf8(struct wld_drawable * drawable,
8 struct font * font, uint32_t color,
9 int32_t x, int32_t y,