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)
commit460d0cb6085e7df2d629a87820da9e9fcfd783f8
treef9ca403adb7a95b80d747dbd4f1bcbb8b84e6476
parenta1d80b82c08c219819a0b6b14820c3142a4c637b
Create interface to system bell
Only the xlib implementation is done. It's calling XBell() to alert user.

git-svn-id: http://svn.enlightenment.org/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