diff options
author | Carsten Haitzler <raster@rasterman.com> | 2006-01-10 04:23:43 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2006-01-10 04:23:43 +0000 |
commit | ebf9cca1ed023ab3af5af1349d51fc8a0d0831d7 (patch) | |
tree | f0f93f56613af7080222baad50b527fa8f331796 /src/bin/e_prefix.c | |
parent | 28cc14919c2bd984dae8272f013bfeec0e5553e9 (diff) | |
download | enlightenment-ebf9cca1ed023ab3af5af1349d51fc8a0d0831d7.tar.gz |
ok - turn off visibility stuff for e -0 for some reason just the dropshadow
module has problems with memcpy and memset... but its identical to everything
else and i dont see why it doesnt work and others do... weird.
SVN revision: 19679
Diffstat (limited to 'src/bin/e_prefix.c')
-rw-r--r-- | src/bin/e_prefix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/e_prefix.c b/src/bin/e_prefix.c index d2d42ba42a..e991e9c4f4 100644 --- a/src/bin/e_prefix.c +++ b/src/bin/e_prefix.c @@ -2,7 +2,6 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ #include "e.h" -#include "config.h" /* local subsystem functions */ static int _e_prefix_fallbacks(void); |