comparison src/visibility.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 586e50f82c1f
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 "mb/animate.h" 3 #include "mb_animate.h"
4 4
5 typedef struct _mb_visibility mb_visibility_t; 5 typedef struct _mb_visibility mb_visibility_t;
6 6
7 struct _mb_visibility { 7 struct _mb_visibility {
8 mb_action_t action; 8 mb_action_t action;