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_imc_main.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_imc_main.c')
-rw-r--r-- | src/bin/e_imc_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/e_imc_main.c b/src/bin/e_imc_main.c index c0ca650dae..67ffe4d9bd 100644 --- a/src/bin/e_imc_main.c +++ b/src/bin/e_imc_main.c @@ -2,9 +2,8 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ #include "e.h" -#include <errno.h> -extern int errno; +//extern int errno; static void _e_help(void); /* externally accessible functions */ |