Added clock module - read notes at top of e_mod_main.c to try it out

SVN revision: 12274
This commit is contained in:
handyande 2004-11-26 10:59:26 +00:00 committed by handyande
parent b4f2e2e030
commit 8d98eefed0
3 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,7 @@ src/bin/Makefile
src/modules/Makefile
src/modules/test/Makefile
src/modules/ibar/Makefile
src/modules/clock/Makefile
src/modules/dropshadow/Makefile
data/Makefile
data/fonts/Makefile

View File

@ -52,6 +52,8 @@ e_module_init(void)
if (m) e_module_enable(m);
m = e_module_new("dropshadow");
if (m) e_module_enable(m);
/* m = e_module_new("clock");
if (m) e_module_enable(m);*/
}
return 1;

View File

@ -2,4 +2,5 @@ MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = \
test \
ibar \
clock \
dropshadow