comparison src/visibility.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 1d74eb3861b7
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 "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;