diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-05-09 18:12:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-05-09 18:12:50 +0000 |
commit | 24310f827b71009c7510a674d2f92ced89847e37 (patch) | |
tree | 1eaa0b3021aa7eed679b47e434ed319fce9d94e7 /mi | |
parent | 86ffb46358965509aa3ee536f15cb5a4e5e04426 (diff) |
Revert accidental commit
Diffstat (limited to 'mi')
-rw-r--r-- | mi/Makefile.am | 2 | ||||
-rw-r--r-- | mi/mipushpxl.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mi/Makefile.am b/mi/Makefile.am index 83f11be0e..c77eac709 100644 --- a/mi/Makefile.am +++ b/mi/Makefile.am @@ -72,4 +72,4 @@ libminimi_la_SOURCES = \ libmi_la_SOURCES = $(libminimi_la_SOURCES) -INCLUDES = # -I$(top_srcdir)/mfb +INCLUDES = -I$(top_srcdir)/mfb diff --git a/mi/mipushpxl.c b/mi/mipushpxl.c index b35a7a7a8..9cdb09af9 100644 --- a/mi/mipushpxl.c +++ b/mi/mipushpxl.c @@ -55,9 +55,7 @@ SOFTWARE. #include "scrnintstr.h" #include "pixmapstr.h" #include "regionstr.h" -#if 0 #include "../mfb/maskbits.h" -#endif #include "mi.h" #define NPT 128 |