Initial Color Class support in e17
authorrephorm <rephorm>
Thu, 12 Jan 2006 02:12:21 +0000 (02:12 +0000)
committerrephorm <rephorm@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2006 02:12:21 +0000 (02:12 +0000)
commit28ded42f0d78a1eca3dbd5d5881779ba09de0fd7
tree80709089937370ac2b905dac7dd75be81e04b0ab
parentfb883ef9393831480db205db7f0a22b61099f83f
Initial Color Class support in e17

only ipc at the moment (enlightenment_remote)
no real theme support yet either.

also, -color-class-del does not have the intended effect yet. need to add color_
class_del() to edje first

SVN revision: 19731
12 files changed:
src/bin/Makefile.am
src/bin/e.h
src/bin/e_color_class.c [new file with mode: 0644]
src/bin/e_color_class.h [new file with mode: 0644]
src/bin/e_config.c
src/bin/e_config.h
src/bin/e_includes.h
src/bin/e_ipc_codec.c
src/bin/e_ipc_codec.h
src/bin/e_ipc_handlers.h
src/bin/e_ipc_handlers_list.h
src/bin/e_main.c