comparison src/redraw_man.c @ 186:530bb7728546 include_mb_test

Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. This is the solution that I dicussed with FourDollars, last night.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 05 Nov 2008 15:24:01 +0800
parents c7e5b8779bb5
children 257af0ed5852
comparison
equal deleted inserted replaced
185:c7e5b8779bb5 186:530bb7728546
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include <cairo.h> 4 #include <cairo.h>
5 #include "mb/mb_types.h" 5 #include "mb_types.h"
6 #include "mb/shapes.h" 6 #include "mb_shapes.h"
7 #include "mb/tools.h" 7 #include "mb_tools.h"
8 #include "mb/redraw_man.h" 8 #include "mb_redraw_man.h"
9 #include "mb/observer.h" 9 #include "mb_observer.h"
10 10
11 11
12 /* NOTE: bounding box should also consider width of stroke. 12 /* NOTE: bounding box should also consider width of stroke.
13 */ 13 */
14 14
1400 1400
1401 #ifdef UNITTEST 1401 #ifdef UNITTEST
1402 /* Test cases */ 1402 /* Test cases */
1403 1403
1404 #include <CUnit/Basic.h> 1404 #include <CUnit/Basic.h>
1405 #include "mb/paint.h" 1405 #include "mb_paint.h"
1406 1406
1407 struct _sh_dummy { 1407 struct _sh_dummy {
1408 shape_t shape; 1408 shape_t shape;
1409 co_aix x, y; 1409 co_aix x, y;
1410 co_aix w, h; 1410 co_aix w, h;