scim_imcontext.cpp: fix formatting

SVN revision: 67692
This commit is contained in:
Jihoon Kim 2012-02-03 06:32:24 +00:00
parent 0cfdf167d0
commit 29f18d42a5
1 changed files with 630 additions and 631 deletions

View File

@ -839,7 +839,6 @@ isf_imf_context_focus_in (Ecore_IMF_Context *ctx)
if (_focused_ic == context_scim)
{
SCIM_DEBUG_FRONTEND(1) << "It's already focused.\n";
//isf_imf_context_cursor_position_set (ctx, 0);
return;
}
SCIM_DEBUG_FRONTEND(1) << "Focus out previous IC first: " << _focused_ic->id << "\n";
@ -2363,7 +2362,7 @@ static void _x_send_key_event (const KeyEvent &key)
}
// Get the root window for the current display.
Window winRoot = 0;// = XRootWindow (display, 1);
Window winRoot = 0;
// Find the window which has the current keyboard focus.
Window winFocus = 0;