Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320879 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/scim_sinhala_imengine.cpp
0
++ src/scim_sinhala_imengine.cpp
Lines 233-239 Link Here
233
233
234
void SinhalaInstance::backspace()
234
void SinhalaInstance::backspace()
235
{
235
{
236
	KeyEvent e = scim::KeyEvent::KeyEvent(SCIM_KEY_BackSpace, 0);
236
	KeyEvent e = scim::KeyEvent(SCIM_KEY_BackSpace, 0);
237
	forward_key_event(e);
237
	forward_key_event(e);
238
}
238
}
239
239

Return to bug 320879