comparison src/shape_path.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 b90abd31a281
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 <ctype.h> 3 #include <ctype.h>
4 #include <string.h> 4 #include <string.h>
5 #include <cairo.h> 5 #include <cairo.h>
6 #include "mb_types.h" 6 #include "mb/mb_types.h"
7 #include "redraw_man.h" 7 #include "mb/redraw_man.h"
8 8
9 /*! \brief Implement respective objects for SVG path tag. 9 /*! \brief Implement respective objects for SVG path tag.
10 * 10 *
11 * In user_data or dev_data, 0x00 bytes are padding after commands. 11 * In user_data or dev_data, 0x00 bytes are padding after commands.
12 * No commands other than 0x00 can resident after 0x00 itself. 12 * No commands other than 0x00 can resident after 0x00 itself.