Create interface to system bell
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 16 Jul 2010 20:54:18 +0000 (20:54 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 16 Jul 2010 20:54:18 +0000 (20:54 +0000)
commit154246bafbed69bb7d5ec9596d4fa4a93c743430
treef9ca403adb7a95b80d747dbd4f1bcbb8b84e6476
parent7ca4b4b6c583e7699901bc992ce08b6b5b0356c5
Create interface to system bell
Only the xlib implementation is done. It's calling XBell() to alert user.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@50290 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_x/Ecore_X.h
src/lib/ecore_x/xcb/ecore_xcb.c
src/lib/ecore_x/xlib/ecore_x.c
src/tests/Makefile.am
src/tests/ecore_test_ecore.c