[lasem/lasem-0-4] Fix old style declaration warning



commit d58138307b18009003a7c2190994e1215ef39e3f
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Tue Jan 1 14:28:13 2013 +0100

    Fix old style declaration warning

 src/lsmsvgclippathelement.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsmsvgclippathelement.c b/src/lsmsvgclippathelement.c
index 92c1764..025149f 100644
--- a/src/lsmsvgclippathelement.c
+++ b/src/lsmsvgclippathelement.c
@@ -60,7 +60,7 @@ lsm_svg_clip_path_element_render (LsmSvgElement *self, LsmSvgView *view)
 
 	if (is_object_bounding_box) {
 		const LsmBox *viewport;
-		const static LsmBox viewbox = {.x = 0.0, .y = 0.0, .width = 1.0, .height = 1.0};
+		static const LsmBox viewbox = {.x = 0.0, .y = 0.0, .width = 1.0, .height = 1.0};
 
 		viewport = lsm_svg_view_get_clip_extents (view);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]