Mercurial > MadButterfly
comparison src/event.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 | c234ee745ceb |
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 <cairo.h> | 3 #include <cairo.h> |
4 #include "mb/mb_types.h" | 4 #include "mb_types.h" |
5 #include "mb/redraw_man.h" | 5 #include "mb_redraw_man.h" |
6 #include "mb/shapes.h" | 6 #include "mb_shapes.h" |
7 | 7 |
8 #define OK 0 | 8 #define OK 0 |
9 #define ERR -1 | 9 #define ERR -1 |
10 | 10 |
11 #define ARRAY_EXT_SZ 64 | 11 #define ARRAY_EXT_SZ 64 |