Mercurial > MadButterfly
comparison src/redraw_man.c @ 185:c7e5b8779bb5 include_mb_test
Move header files into include/mb/ subdirectory and remove symlink 'mb'.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 04 Nov 2008 17:00:26 +0800 |
parents | 147c93163ef0 |
children | 530bb7728546 |
comparison
equal
deleted
inserted
replaced
184:13c1d49c198b | 185:c7e5b8779bb5 |
---|---|
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_types.h" | 5 #include "mb/mb_types.h" |
6 #include "shapes.h" | 6 #include "mb/shapes.h" |
7 #include "tools.h" | 7 #include "mb/tools.h" |
8 #include "redraw_man.h" | 8 #include "mb/redraw_man.h" |
9 #include "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 "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; |