changeset 442:76b61d447225

merge upstream
author john.cylee@gmail.com
date Thu, 30 Jul 2009 17:14:18 +0800
parents 94477e7d981e (diff) 254854ed479c (current diff)
children 1f900a67bd38
files
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Jul 30 15:42:47 2009 +0800
+++ b/configure.ac	Thu Jul 30 17:14:18 2009 +0800
@@ -36,7 +36,7 @@
 AC_CHECK_FUNCS([gettimeofday memset select sqrt strdup])
 
 AC_ARG_ENABLE([testcase],
-	[--enable-testcase	Turn on sh_text],
+	[--enable-testcase	Enable testcase],
 [case "${enableval}" in
   yes) testcase=true ;;
   no) testcase=false ;;
--- a/src/redraw_man.c	Thu Jul 30 15:42:47 2009 +0800
+++ b/src/redraw_man.c	Thu Jul 30 17:14:18 2009 +0800
@@ -2025,6 +2025,8 @@
     r = draw_coord_shapes_in_dirty_areas(rdman, coord);
     
     reset_clip(canvas);
+
+    return OK;
 }
 
 static void draw_shapes_in_dirty_areas(redraw_man_t *rdman) {