Mercurial > MadButterfly
comparison src/X_main.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 | a90fd749af82 |
comparison
equal
deleted
inserted
replaced
185:c7e5b8779bb5 | 186:530bb7728546 |
---|---|
6 #include <X11/Xutil.h> | 6 #include <X11/Xutil.h> |
7 #include <cairo.h> | 7 #include <cairo.h> |
8 #include <cairo-xlib.h> | 8 #include <cairo-xlib.h> |
9 | 9 |
10 #include <string.h> | 10 #include <string.h> |
11 #include "mb/shapes.h" | 11 #include "mb_shapes.h" |
12 #include "mb/redraw_man.h" | 12 #include "mb_redraw_man.h" |
13 #include "mb/paint.h" | 13 #include "mb_paint.h" |
14 #include "mb/mb_timer.h" | 14 #include "mb_timer.h" |
15 #include "mb/animate.h" | 15 #include "mb_animate.h" |
16 | 16 |
17 #define OK 0 | 17 #define OK 0 |
18 #define ERR -1 | 18 #define ERR -1 |
19 | 19 |
20 Display *display; | 20 Display *display; |