scim_immodule: implement slot_beep

SVN revision: 80513
This commit is contained in:
Jihoon Kim 2012-12-08 07:07:57 +00:00
parent d5c3d7a042
commit bae5080e50
1 changed files with 5 additions and 0 deletions

View File

@ -2756,6 +2756,11 @@ static void
slot_beep(IMEngineInstanceBase *si EINA_UNUSED)
{
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << "...\n";
EcoreIMFContextISF *ic = static_cast<EcoreIMFContextISF *>(si->get_frontend_data());
if (ic && ic->impl && _focused_ic == ic)
ecore_x_bell(0);
}
static void